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')