X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=rebuild%2FMakefile;h=792dfdac8af3679878a894586ab26f3b7498da04;hb=aae7e5c3b901487295750d66a860356f6ecd21ed;hp=bbf429c58e6240c08562777bf1202c1e1f293bed;hpb=86f9a58aa1f153b1fda19459084368fd3f69902d;p=gpl%2Fargeo-tp.git diff --git a/rebuild/Makefile b/rebuild/Makefile index bbf429c..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.formats 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.formats clean + make -C org.argeo.tp.utils clean \ No newline at end of file