mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
abstract make targets are now phony
This commit is contained in:
parent
84ba0ffc31
commit
74f8d746db
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')
|
||||||
|
Loading…
Reference in New Issue
Block a user