X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Makefile;h=e628a475da735e64dcd0fa21914575d0d04be6e2;hb=456ee576285b76aa46240f8001f426757810dcc1;hp=9431cfe0c450d6b5b0c434fe720ce028acfdf795;hpb=e538a1cc66b4998b7ed7cb57b92297392c0c36d7;p=senf.git diff --git a/Makefile b/Makefile index 9431cfe..e628a47 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Some SCONS shortcuts #---------------------------------------------------------------------- -CONCURRENCY_LEVEL ?= 1 +CONCURRENCY_LEVEL ?= 2 SCONS=scons -j $(CONCURRENCY_LEVEL) @@ -16,6 +16,9 @@ clean: all_docs all_tests all: $(SCONS) $@ + +%/test %/doc: + $(SCONS) $@ #---------------------------------------------------------------------- # Subversion stuff