Prepare next development cycle
[gpl/argeo-tp.git] / Makefile
index bdab034857852c0af04d91105d0fd5521af54c86..faff1a3d58940e487105d2f90de1bf7e8898cf7c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,15 @@ include sdk.mk
 
 all: distribution
 
+install:
+       make -C repackage install
+       make -C rebuild install
+       
+uninstall:
+       make -C repackage uninstall
+       make -C rebuild uninstall
+       
+
 A2_OUTPUT = $(SDK_BUILD_BASE)/a2
 
 distribution:
@@ -12,7 +21,9 @@ distribution:
 clean:
        make -C repackage clean
        make -C rebuild clean
-       
+
+native-deps-debian:
+       sudo apt install liblockfile-dev
 
 clean-origin-cache:
        rm -rf $(HOME)/.cache/argeo/build