diff --git a/Makefile b/Makefile index b2ed7673..5e0df171 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,12 @@ -.PHONY: all tools grafx2 +.PHONY: all tools grafx2 ziprelease all: grafx2 tools grafx2: $(MAKE) -C src/ +ziprelease: grafx2 + $(MAKE) -C src/ ziprelease + tools: $(MAKE) -C tools/