Update makefile

This commit is contained in:
Pedro de Oliveira 2014-08-21 09:56:59 +01:00
parent e15658a6a0
commit e980dd0170
1 changed files with 3 additions and 6 deletions

View File

@ -1,10 +1,7 @@
all: starfield
starfield: starrnd.asm
pasmo.exe -v --tap --err main.asm main.tap
starrnd.asm:
python randomgen.py
starfield:
pasmo.exe -v --tap --err main.asm starfield.tap
clean:
rm -rf *.tap starrnd.asm
rm -rf *.tap