We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d3e464 commit 8991e8aCopy full SHA for 8991e8a
Makefile
@@ -3,7 +3,7 @@ all: build
3
.PHONY: all
4
5
build:
6
- meson build
+ meson setup build
7
8
clean:
9
rm -rf build/
0 commit comments