Merge tag 'v2.3.18' into testing
[gpl/argeo-tp.git] / rebuild / Makefile
index 792dfdac8af3679878a894586ab26f3b7498da04..243c3e0a1cf85641d2c620e62ab3e5c753535da7 100644 (file)
@@ -1,14 +1,13 @@
 .PHONY: clean all
 
 all:
-       make -C org.argeo.tp.utils all
-
+       make -C org.argeo.tp.sys
 install:
-       make -C org.argeo.tp.utils install
+       make -C org.argeo.tp.sys install
        
 uninstall:
-       make -C org.argeo.tp.utils uninstall
+       make -C org.argeo.tp.sys uninstall
        
 clean:
-       make -C org.argeo.tp.utils clean
+       make -C org.argeo.tp.sys clean
        
\ No newline at end of file