summaryrefslogtreecommitdiff
path: root/source4/Makefile.waf
diff options
context:
space:
mode:
Diffstat (limited to 'source4/Makefile.waf')
-rw-r--r--source4/Makefile.waf5
1 files changed, 1 insertions, 4 deletions
diff --git a/source4/Makefile.waf b/source4/Makefile.waf
index e1a8007915..976c258993 100644
--- a/source4/Makefile.waf
+++ b/source4/Makefile.waf
@@ -2,7 +2,7 @@
WAF=WAFCACHE=$(HOME)/.wafcache ../buildtools/waf
all:
- $(WAF) build -v
+ $(WAF) build -p
install:
$(WAF) install
@@ -21,6 +21,3 @@ clean:
distclean:
rm -rf bin
-
-*:
- echo "target not implemented"