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