URL
https://opencores.org/ocsvn/sdhc-sc-core/sdhc-sc-core/trunk
Subversion Repositories sdhc-sc-core
[/] [sdhc-sc-core/] [trunk/] [Makefile.rules] - Rev 155
Go to most recent revision | Compare with Previous | Blame | View Log
# Common rules for all makefiles
# Target for simulating tcl files.
%.sim: %.tcl
$(SIM) -c -do $<
# Target for using quartus with tcl files.
%.syn: %.tcl
$(quartus) -t $<
Go to most recent revision | Compare with Previous | Blame | View Log