Add install/uninstall make targets
[gpl/argeo-tp.git] / rebuild / Makefile
index bbf429c58e6240c08562777bf1202c1e1f293bed..792dfdac8af3679878a894586ab26f3b7498da04 100644 (file)
@@ -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