Logo
Explore Help
Sign In
pokehacks/pokecrystal-board
0
0
Fork 0
You've already forked pokecrystal-board
mirror of https://gitlab.com/xCrystal/pokecrystal-board.git synced 2025-09-08 08:13:02 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
f12e42ab6d41740a6e9302f1f12250a0f72c3f9d
pokecrystal-board/tools/Makefile

17 lines
190 B
Makefile
Raw Normal View History

Use a separate makefile for tools - Fix crystal11 - Fix a bug where the dependency checks would run regardless of target Fixes 0bd74cdd7341a4cff5da73e1c32ac0d237ec8e08
2017-05-29 19:15:34 -04:00
.PHONY: all
Fix tools/gfx
2017-06-24 16:42:44 -04:00
CFLAGS := -std=c99
Use a separate makefile for tools - Fix crystal11 - Fix a bug where the dependency checks would run regardless of target Fixes 0bd74cdd7341a4cff5da73e1c32ac0d237ec8e08
2017-05-29 19:15:34 -04:00
all: \
lzcomp \
png_dimensions \
scan_includes \
palette \
pokemon_animation \
Add `gfx` tool for graphics postprocessing
2017-06-18 00:09:25 -04:00
pokemon_animation_graphics \
gfx
Use a separate makefile for tools - Fix crystal11 - Fix a bug where the dependency checks would run regardless of target Fixes 0bd74cdd7341a4cff5da73e1c32ac0d237ec8e08
2017-05-29 19:15:34 -04:00
@:
%: %.c
Fix tools/gfx
2017-06-24 16:42:44 -04:00
$(CC) $(CFLAGS) -o $@ $<
Reference in New Issue Copy Permalink
Powered by Gitea Page: 132ms Template: 28ms
English
English
Licenses API