Skip to content

Commit 638de95

Browse files
committed
add make uninstall
1 parent 637f534 commit 638de95

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ install:
2424
install -d $(DESTDIR)$(PREFIX)/man/man1
2525
install -m 755 mgitstatus $(DESTDIR)$(PREFIX)/bin/
2626
install mgitstatus.1 $(DESTDIR)$(PREFIX)/man/man1/
27+
28+
.PHONY: uninstall
29+
uninstall:
30+
rm $(DESTDIR)$(PREFIX)/bin/mgitstatus
31+
rm $(DESTDIR)$(PREFIX)/man/man1/mgitstatus.1

0 commit comments

Comments
 (0)