X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=rebuild%2FMakefile;h=792dfdac8af3679878a894586ab26f3b7498da04;hb=59556a7c68555f1ca93727fbe751bfc30e960a62;hp=7ef8ec03118279a5a051b8d47e41058052277b89;hpb=587cf81ce7927470cfd12a94744324988e478cc0;p=gpl%2Fargeo-tp.git diff --git a/rebuild/Makefile b/rebuild/Makefile index 7ef8ec0..792dfda 100644 --- a/rebuild/Makefile +++ b/rebuild/Makefile @@ -1,10 +1,14 @@ .PHONY: clean all all: - make -C org.argeo.tp 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 clean make -C org.argeo.tp.utils clean \ No newline at end of file