We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59187d7 + 72f6655 commit 2ddaa19Copy full SHA for 2ddaa19
1 file changed
Makefile
@@ -34,6 +34,10 @@ endif
34
install dist: ${BUILD-DIR}
35
cd ${BUILD-DIR} && meson $@
36
37
+.PHONY: uninstall
38
+uninstall:
39
+ cd ${BUILD-DIR} && meson --internal uninstall
40
+
41
.PHONY: test
42
test: ${BUILD-DIR}
43
ninja -C ${BUILD-DIR} $@
0 commit comments