X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Makefile;h=250155cb2b7e9bc64d93bff3858dfe216289a135;hb=9e5072fbb00d6baf382ecdc252ff6463a21f76d0;hp=dad96af029ce16296cf34e4125e721b8be2afe28;hpb=f8f6c88bb83ad06fcdeb02d1383b02d574bce130;p=senf.git diff --git a/Makefile b/Makefile index dad96af..250155c 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,11 @@ CONCURRENCY_LEVEL ?= 2 -SCONS=scons -j $(CONCURRENCY_LEVEL) +ifdef final + FINAL = "final=1" +endif + +SCONS=scons -j $(CONCURRENCY_LEVEL) $(FINAL) default: build @@ -17,7 +21,7 @@ clean: all_docs all_tests all: $(SCONS) $@ -%/test: +%/test %/doc: $(SCONS) $@ #----------------------------------------------------------------------