Add install/uninstall make targets
[gpl/argeo-tp.git] / Makefile
index 1136d2064e19d2d94f1d42d7d37cf556c6b10654..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: