X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Makefile;h=b09752e66931c11dfbf18b8ed01f471716773533;hb=41eff772147b6df1961d9029ba6815b553b4f81d;hp=dad96af029ce16296cf34e4125e721b8be2afe28;hpb=f8f6c88bb83ad06fcdeb02d1383b02d574bce130;p=senf.git diff --git a/Makefile b/Makefile index dad96af..b09752e 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,9 +21,12 @@ clean: all_docs all_tests all: $(SCONS) $@ -%/test: +%/test %/doc: $(SCONS) $@ +%/build: + $(SCONS) $* + #---------------------------------------------------------------------- # Subversion stuff #----------------------------------------------------------------------