X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=Makefile;h=faff1a3d58940e487105d2f90de1bf7e8898cf7c;hb=HEAD;hp=bdab034857852c0af04d91105d0fd5521af54c86;hpb=39704ee3eac691423e74a6b3cfc11cb85feeb215;p=gpl%2Fargeo-tp.git diff --git a/Makefile b/Makefile index bdab034..faff1a3 100644 --- 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