Utils/Logger: Fix some incorrect unit tests
[senf.git] / Makefile
index e628a47..b09752e 100644 (file)
--- 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
 #----------------------------------------------------------------------