X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=Makefile;h=e724f9bd67d837362d9e34d3d1027319845897a6;hb=15ededb21c0ebd685ce9ccb67a98036f18983e9e;hp=4eb1de3758039444ed70136ba47567fa04dd9826;hpb=711408cc603c2ebe21f8b825456bcbbe59e02f70;p=gpl%2Fargeo-suite.git diff --git a/Makefile b/Makefile index 4eb1de3..e724f9b 100644 --- a/Makefile +++ b/Makefile @@ -27,8 +27,11 @@ swt/org.argeo.app.ui \ DEP_CATEGORIES = \ org.argeo.tp \ org.argeo.tp.httpd \ +org.argeo.tp.sys \ +org.argeo.tp.sdk \ org.argeo.tp.jcr \ org.argeo.tp.utils \ +org.argeo.tp.img \ org.argeo.tp.publish \ org.argeo.tp.math \ org.argeo.tp.earth \ @@ -46,6 +49,9 @@ clean: rm -rf $(BUILD_BASE) make -C js clean +native-deps-debian: + sudo apt install npm + ## WEB web: make -C js all