X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=rebuild%2FMakefile;h=792dfdac8af3679878a894586ab26f3b7498da04;hb=2decae095fa2f52213af1ccecec79daf8f338159;hp=bdeb8755f0a4854fe7421bf2cbe54b46bec4e69d;hpb=39704ee3eac691423e74a6b3cfc11cb85feeb215;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