Merge tag 'v2.3.15' into testing
[gpl/argeo-slc.git] / jni / Makefile
diff --git a/jni/Makefile b/jni/Makefile
deleted file mode 100644 (file)
index e0b2ed4..0000000
+++ /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;)
-
-
-