make clean is no longer required to compile

This commit is contained in:
yenatch
2013-06-18 21:54:40 -04:00
parent 4577af01de
commit f3340de6dc
2 changed files with 8 additions and 4 deletions

View File

@@ -22,6 +22,10 @@ clean:
pokecrystal.o: pokecrystal.asm constants.asm wram.asm ${TEXTFILES} lzs
rgbasm -o pokecrystal.o pokecrystal.asm
pokecrystal.asm: depend
depend:
@touch main.asm
.asm.tx:
python preprocessor.py < $< > $@