Compile tools
This commit is contained in:
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