From: Mathieu Baudier Date: Tue, 18 Oct 2022 08:16:52 +0000 (+0200) Subject: Do not build JNI by default X-Git-Tag: v2.3.10~8 X-Git-Url: https://git.argeo.org/?p=lgpl%2Fargeo-commons.git;a=commitdiff_plain;h=20a16c8d5f5c969b72aaca57eb3d7ede41be3bdf Do not build JNI by default --- diff --git a/Makefile b/Makefile index 406f96a56..5d0ce97ce 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include sdk.mk .PHONY: clean all osgi jni -all: osgi jni +all: osgi $(MAKE) -f Makefile-rcp.mk all A2_CATEGORY = org.argeo.cms