make ziprelease from root dir

This commit is contained in:
Thomas Bernard 2018-02-13 22:57:08 +01:00
parent 4d017d6e7f
commit a423f03b81

View File

@ -1,9 +1,12 @@
.PHONY: all tools grafx2 .PHONY: all tools grafx2 ziprelease
all: grafx2 tools all: grafx2 tools
grafx2: grafx2:
$(MAKE) -C src/ $(MAKE) -C src/
ziprelease: grafx2
$(MAKE) -C src/ ziprelease
tools: tools:
$(MAKE) -C tools/ $(MAKE) -C tools/