diff options
-rw-r--r-- | source4/Makefile.waf | 5 |
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" |