abstract make targets are now phony

This commit is contained in:
yenatch 2013-09-11 01:26:51 -04:00
parent 84ba0ffc31
commit 74f8d746db

View File

@ -1,5 +1,6 @@
PYTHON := python
.SUFFIXES: .asm .tx .o .gbc .png .2bpp .lz
.PHONY: all clean pngs gfx
.SECONDEXPANSION:
TEXTFILES := $(shell find ./ -type f -name '*.asm')