abstract make targets are now phony
This commit is contained in:
1
Makefile
1
Makefile
@@ -1,5 +1,6 @@
|
|||||||
PYTHON := python
|
PYTHON := python
|
||||||
.SUFFIXES: .asm .tx .o .gbc .png .2bpp .lz
|
.SUFFIXES: .asm .tx .o .gbc .png .2bpp .lz
|
||||||
|
.PHONY: all clean pngs gfx
|
||||||
.SECONDEXPANSION:
|
.SECONDEXPANSION:
|
||||||
|
|
||||||
TEXTFILES := $(shell find ./ -type f -name '*.asm')
|
TEXTFILES := $(shell find ./ -type f -name '*.asm')
|
||||||
|
Reference in New Issue
Block a user