X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=rebuild%2FMakefile;h=243c3e0a1cf85641d2c620e62ab3e5c753535da7;hb=d0a9f37d3c9f2169cb91141f89307336898bbf82;hp=7ef8ec03118279a5a051b8d47e41058052277b89;hpb=587cf81ce7927470cfd12a94744324988e478cc0;p=gpl%2Fargeo-tp.git diff --git a/rebuild/Makefile b/rebuild/Makefile index 7ef8ec0..243c3e0 100644 --- a/rebuild/Makefile +++ b/rebuild/Makefile @@ -1,10 +1,13 @@ .PHONY: clean all all: - make -C org.argeo.tp all - make -C org.argeo.tp.utils all + make -C org.argeo.tp.sys +install: + make -C org.argeo.tp.sys install + +uninstall: + make -C org.argeo.tp.sys uninstall clean: - make -C org.argeo.tp clean - make -C org.argeo.tp.utils clean + make -C org.argeo.tp.sys clean \ No newline at end of file