Use a separate makefile for tools
- Fix crystal11
- Fix a bug where the dependency checks would run regardless of target
Fixes 0bd74cdd73
This commit is contained in:
13
tools/Makefile
Normal file
13
tools/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
.PHONY: all
|
||||
|
||||
all: \
|
||||
lzcomp \
|
||||
png_dimensions \
|
||||
scan_includes \
|
||||
palette \
|
||||
pokemon_animation \
|
||||
pokemon_animation_graphics
|
||||
@:
|
||||
|
||||
%: %.c
|
||||
$(CC) -o $@ $<
|
Reference in New Issue
Block a user