X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=Makefile;h=649560c5ae33bc0866a268daa55001483551b54d;hb=163f18fdace8b3171abe3a3b2282d040b205e0c8;hp=d57f2a7e6d40f67137af708eb83a0ae61cc4f9e2;hpb=e80536ca309c45ffeba49c8c3e3e698ba6910203;p=lgpl%2Fargeo-commons.git diff --git a/Makefile b/Makefile index d57f2a7e6..649560c5a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ MAKEDIRS = org.argeo.api.uuid +BUILD_BASE=generated + .PHONY: clean all all: $(foreach dir, $(MAKEDIRS), $(MAKE) -C $(dir);) @@ -7,4 +9,3 @@ all: clean: $(foreach dir, $(MAKEDIRS), $(MAKE) -C $(dir) clean;) -include sdk.mk \ No newline at end of file