Rename rebuild category
[gpl/argeo-tp.git] / rebuild / Makefile
index bbf429c58e6240c08562777bf1202c1e1f293bed..243c3e0a1cf85641d2c620e62ab3e5c753535da7 100644 (file)
@@ -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