aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRangi42 <sylvie.oukaour+rangi42@gmail.com>2025-08-27 11:36:32 -0400
committerRangi42 <sylvie.oukaour+rangi42@gmail.com>2025-08-27 11:49:46 -0400
commitfd5dc11cfdf414fca4dfffe20622d0c5dd5367cb (patch)
tree3f871a45e636f804f511d34dc012ede8777c70bb
parentDocument a bug in `PrintBenchGuyText` (#523) (diff)
downloadpokeyellow-fd5dc11cfdf414fca4dfffe20622d0c5dd5367cb.tar.gz
pokeyellow-fd5dc11cfdf414fca4dfffe20622d0c5dd5367cb.tar.xz
pokeyellow-fd5dc11cfdf414fca4dfffe20622d0c5dd5367cb.zip
Specify file extensions that `make` does not generate
-rw-r--r--Makefile17
1 files changed, 12 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 412fb3b8..0ff65aac 100644
--- a/Makefile
+++ b/Makefile
@@ -128,9 +128,6 @@ $(foreach obj, $(pokeblue_vc_obj), $(eval $(call DEP,$(obj),$(obj:_blue_vc.o=.as
endif
-%.asm: ;
-
-
pokered_pad = 0x00
pokeblue_pad = 0x00
pokered_vc_pad = 0x00
@@ -175,8 +172,6 @@ gfx/trade/game_boy.2bpp: tools/gfx += --remove-duplicates
### Catch-all graphics rules
-%.png: ;
-
%.2bpp: %.png
$(RGBGFX) --colors dmg=e4 $(rgbgfx) -o $@ $<
$(if $(tools/gfx),\
@@ -189,3 +184,15 @@ gfx/trade/game_boy.2bpp: tools/gfx += --remove-duplicates
%.pic: %.2bpp
tools/pkmncompress $< $@
+
+
+### File extensions that are never generated and should be manually created
+
+%.asm: ;
+%.inc: ;
+%.png: ;
+%.pal: ;
+%.bin: ;
+%.blk: ;
+%.bst: ;
+%.rle: ;