Browse Source

Allow INIT_FLAVOR override in makefile fragment

tags/1.2
Timo Röhling 9 years ago
parent
commit
9548316977
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      makefile

+ 1
- 2
makefile View File

@@ -6,6 +6,5 @@ clean distclean:
6 6
 
7 7
 build/Makefile: CMakeLists.txt
8 8
 	mkdir -p build
9
-	cd build && cmake .. -DCMAKE_BUILD_TYPE=Release
9
+	cd build && cmake .. -DCMAKE_BUILD_TYPE=Release $(addprefix -DINIT_FLAVOR=,$(INIT_FLAVOR))
10 10
 
11
-	

Loading…
Cancel
Save