diff options
Diffstat (limited to 'source4/Makefile')
-rw-r--r-- | source4/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/Makefile b/source4/Makefile index e1e53cd6c4..b41b38cf37 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -58,3 +58,8 @@ etags: ctags: $(WAF) ctags + +# this allows for things like "make bin/smbtorture" +bin/%:: FORCE + $(WAF) --targets=`basename $@` +FORCE: |