You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
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