X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=rebuild%2FMakefile;h=792dfdac8af3679878a894586ab26f3b7498da04;hb=3c0e250caf33064292a986afa816130b99484405;hp=f062f2a0887838543fd2e75b92d4fe2a530f190a;hpb=85bea7e0563de54daffca11633d2248060efec85;p=gpl%2Fargeo-tp.git diff --git a/rebuild/Makefile b/rebuild/Makefile index f062f2a..792dfda 100644 --- a/rebuild/Makefile +++ b/rebuild/Makefile @@ -1,8 +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