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