Makefile fix: pass final=1 thru scons
[senf.git] / Makefile
index e628a47..250155c 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