X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=rebuild%2FMakefile;h=792dfdac8af3679878a894586ab26f3b7498da04;hb=e6acb05262cf73d996a3b567166d0c145bef6083;hp=bdeb8755f0a4854fe7421bf2cbe54b46bec4e69d;hpb=e1158ec8f3656cc1faff54d2ea3ddb659c1c8522;p=gpl%2Fargeo-tp.git diff --git a/rebuild/Makefile b/rebuild/Makefile index bdeb875..792dfda 100644 --- a/rebuild/Makefile +++ b/rebuild/Makefile @@ -2,6 +2,12 @@ all: make -C org.argeo.tp.utils all + +install: + make -C org.argeo.tp.utils install + +uninstall: + make -C org.argeo.tp.utils uninstall clean: make -C org.argeo.tp.utils clean