Skip to content

Commit 2ddaa19

Browse files
authored
Merge pull request #501 from safl/mk
Makefile: add 'make uninstall'
2 parents 59187d7 + 72f6655 commit 2ddaa19

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ endif
3434
install dist: ${BUILD-DIR}
3535
cd ${BUILD-DIR} && meson $@
3636

37+
.PHONY: uninstall
38+
uninstall:
39+
cd ${BUILD-DIR} && meson --internal uninstall
40+
3741
.PHONY: test
3842
test: ${BUILD-DIR}
3943
ninja -C ${BUILD-DIR} $@

0 commit comments

Comments
 (0)