summaryrefslogtreecommitdiff
path: root/src/poi-service/script/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/poi-service/script/Makefile')
-rw-r--r--src/poi-service/script/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/poi-service/script/Makefile b/src/poi-service/script/Makefile
index 5ee66bf..3ecf142 100644
--- a/src/poi-service/script/Makefile
+++ b/src/poi-service/script/Makefile
@@ -9,7 +9,7 @@
#
# \author Philippe Colliot <philippe.colliot@mpsa.com>
#
-# \version 1.0
+# \version 1.1
#
# This Source Code Form is subject to the terms of the
# Mozilla Public License (MPL), v. 2.0.
@@ -20,7 +20,7 @@
#
# List of changes:
#
-# <date>, <name>, <description of change>
+# 4/6/2014, Philippe Colliot, complete src-clean option
#
# @licence end@
@@ -41,6 +41,7 @@ help::
@echo "The following targets exist"
@echo "all: Build $(ALL)"
@echo "clean: Clean up build dir"
+ @echo "src-clean: Clean up all checked out sources"
#Clone the positioning repository for getting the API, generate the proxies and adaptors for the DBus APIs firstly
include get-positioning.mk
@@ -50,6 +51,8 @@ include poi-server.mk
all: $(ALL)
+src-clean: $(SRC_CLEAN)
+
deps::
sudo apt-get install $(DEPS)