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 73e7a59 commit 2876526Copy full SHA for 2876526
Makefile
@@ -24,3 +24,8 @@ install:
24
install -d $(DESTDIR)$(PREFIX)/man/man1
25
install -m 755 mgitstatus $(DESTDIR)$(PREFIX)/bin/
26
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