Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
build: fix path in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
musikid committed Oct 21, 2021
1 parent 8d26872 commit d04e5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install:

uninstall:
rm $(DESTDIR)$(bindir)/$(NAME)
rm $(DESTDIR)$(mandir)/man1.fancy.1.gz
rm $(DESTDIR)$(mandir)/man1/fancy.1.gz

clean:
rm -rf fancy.1.gz

0 comments on commit d04e5c5

Please sign in to comment.