mirror of
https://github.com/MiSTer-devel/Arcade-Tecmo_MiSTer.git
synced 2026-04-19 03:03:29 +00:00
14 lines
282 B
Makefile
14 lines
282 B
Makefile
.PHONY: program clean
|
|
|
|
build:
|
|
quartus_sh --flow compile tecmo
|
|
|
|
program:
|
|
quartus_pgm -m jtag -c 1 -o "p;output_files/tecmo.sof@2"
|
|
|
|
release:
|
|
zip -j9 tecmo-mister.zip build-rom.bat build-rom.sh output_files/tecmo.rbf LICENCE README.md
|
|
|
|
clean:
|
|
rm -rf db incremental_db output_files
|