summaryrefslogtreecommitdiff
path: root/test/poi-service/script/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/poi-service/script/Makefile')
-rw-r--r--test/poi-service/script/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/poi-service/script/Makefile b/test/poi-service/script/Makefile
index dec1f5e..b716e4c 100644
--- a/test/poi-service/script/Makefile
+++ b/test/poi-service/script/Makefile
@@ -20,7 +20,7 @@
#
# List of changes:
#
-# <date>, <name>, <description of change>
+# 4/6/2014, Philippe Colliot, complete src-clean option
#
# @licence end@
@@ -42,6 +42,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
@@ -58,5 +59,7 @@ deps::
all2: deps all
+src-clean: $(SRC_CLEAN)
+
clean: $(CLEAN)