summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-09-11 01:26:51 -0400
committeryenatch <yenatch@gmail.com>2013-09-11 01:26:51 -0400
commit74f8d746dba41e7fd864994ddc7a9019841829e1 (patch)
treeb7d7246ccc29ae731515eeec9d21410229571943
parent84ba0ffc31ec34fb4a626c4e33732ea8bc22ae38 (diff)
abstract make targets are now phony
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7b1f84212..7150b4849 100644
--- a/Makefile
+++ b/Makefile
@@ -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')