Compile tools
This commit is contained in:
9
Makefile
9
Makefile
@@ -1,2 +1,9 @@
|
|||||||
all:
|
.PHONY: all tools grafx2
|
||||||
|
|
||||||
|
all: grafx2 tools
|
||||||
|
|
||||||
|
grafx2:
|
||||||
$(MAKE) -C src/
|
$(MAKE) -C src/
|
||||||
|
|
||||||
|
tools:
|
||||||
|
$(MAKE) -C tools/
|
||||||
|
|||||||
9
tools/Makefile
Normal file
9
tools/Makefile
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
.PHONY: all gifanalyzer sdl_image_test
|
||||||
|
|
||||||
|
all: gifanalyzer sdl_image_test
|
||||||
|
|
||||||
|
gifanalyzer:
|
||||||
|
$(MAKE) -C $@
|
||||||
|
|
||||||
|
sdl_image_test:
|
||||||
|
$(MAKE) -C $@
|
||||||
2
tools/gifanalyzer/.gitignore
vendored
Normal file
2
tools/gifanalyzer/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
*.o
|
||||||
|
gifanalyzer
|
||||||
Reference in New Issue
Block a user