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 8be0358 commit 0b920e7Copy full SHA for 0b920e7
Makefile
@@ -48,7 +48,7 @@ clean:
48
cmake --build $(BUILD_DIR) --target clean
49
50
debug:
51
- BUILDTYPE=Debug $(MAKE)
+ BUILD_TYPE=Debug $(MAKE)
52
53
distclean:
54
@rm -rf $(BUILD_DIR)
0 commit comments