Skip to content

Commit

Permalink
Merge pull request #93 from justACatBuryMe/patch-1
Browse files Browse the repository at this point in the history
Uninstall Removes Correct File
  • Loading branch information
MrGlockenspiel committed May 19, 2022
2 parents 8b5b4bd + df52bfd commit 76e69d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install: $(BINARY)
install -Dm0755 $(BINARY) $(DESTDIR)$(PREFIX)/$(BINDIR)/$(BINARY)

uninstall:
$(RM) -f $(DESTDIR)$(PREFIX)$(BINDIR)/$(BINARY)
$(RM) -f $(DESTDIR)$(PREFIX)/$(BINDIR)/$(BINARY)

clean:
$(RM) -f $(BINARY)
Expand Down

0 comments on commit 76e69d1

Please sign in to comment.