X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=jni%2FMakefile;fp=jni%2FMakefile;h=0000000000000000000000000000000000000000;hb=d07cf3c7dfdeafa2b1efafe547b54d56a8b52ced;hp=e0b2ed4bbaa6a02a88b515b9ba1701df6b3bcd5d;hpb=8596685647867307b862b8a89742b6a62ba75fcd;p=gpl%2Fargeo-slc.git diff --git a/jni/Makefile b/jni/Makefile deleted file mode 100644 index e0b2ed4bb..000000000 --- a/jni/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -include ../sdk.mk - -JNIDIRS = org_argeo_api_uuid_libuuid - -.PHONY: clean all - -all: - $(foreach dir, $(JNIDIRS), $(MAKE) -C $(dir) all;) - -clean: - $(foreach dir, $(JNIDIRS), $(MAKE) -C $(dir) clean;) - - -