Skip to content

Commit 5d755be

Browse files
committed
Add clean rule to cleanup the manpage
1 parent 87f68dc commit 5d755be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ install:
2323
install -d $(DESTDIR)$(PREFIX)/man/man1
2424
install mgitstatus -m 755 $(DESTDIR)$(PREFIX)/bin/
2525
install mgitstatus.1 $(DESTDIR)$(PREFIX)/man/man1/
26+
27+
.PHONY: clean
28+
clean:
29+
rm -f mgitstatus.1

0 commit comments

Comments
 (0)