X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Makefile;h=250155cb2b7e9bc64d93bff3858dfe216289a135;hb=9f4bca1d10573498ab6ec090060f6e1ad8cbde84;hp=e628a475da735e64dcd0fa21914575d0d04be6e2;hpb=29825d5db542bd3a6769101abe40a8ed86409613;p=senf.git diff --git a/Makefile b/Makefile index e628a47..250155c 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