Skip to content

Commit 8cab1b6

Browse files
committed
Specify file extensions that make does not generate
1 parent fd52552 commit 8cab1b6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,3 +355,14 @@ gfx/sgb/silver_border.sgb.tilemap: gfx/sgb/silver_border.bin ; tr < $< -d '\000'
355355

356356
%.dimensions: %.png
357357
tools/png_dimensions $< $@
358+
359+
360+
### File extensions that are never generated and should be manually created
361+
362+
%.asm: ;
363+
%.inc: ;
364+
%.png: ;
365+
%.pal: ;
366+
%.bin: ;
367+
%.blk: ;
368+
%.rle: ;

0 commit comments

Comments
 (0)