We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f017f34 commit bf1d8d9Copy full SHA for bf1d8d9
Makefile
@@ -12,7 +12,8 @@ all: test-debug test-release
12
$(addprefix cmake-, $(PRESETS)): cmake-%:
13
cmake --preset $*
14
15
-$(addsuffix /CMakeCache.txt, $(addprefix build-, $(PRESETS))): build-%/CMakeCache.txt: cmake-%
+$(addsuffix /CMakeCache.txt, $(addprefix build-, $(PRESETS))): build-%/CMakeCache.txt:
16
+ $(MAKE) cmake-$*
17
18
# Build using cmake
19
.PHONY: $(addprefix build-, $(PRESETS))
0 commit comments