Skip to content

Commit

Permalink
Merge pull request #54 from guardian3151/main
Browse files Browse the repository at this point in the history
Update Makefile to use more compatible syntax
  • Loading branch information
blmayer authored Sep 1, 2024
2 parents 4c65859 + 7856f0c commit de913a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ LICENSEDIR?=$(PREFIX)/share/doc/ereandel

install:
mkdir -p $(BINDIR) $(DOCDIR) $(LICENSEDIR) $(MANDIR)
install -m +rx ereandel -t $(BINDIR)
install -m +r README.md CONTRIBUTING.md -t $(DOCDIR)
install -m +r LICENSE -t $(LICENSEDIR)
install -m +rx ereandel $(BINDIR)/
install -m +r README.md CONTRIBUTING.md $(DOCDIR)/
install -m +r LICENSE $(LICENSEDIR)/
install -m +r ereandel.en.1 $(MANDIR)/ereandel.1

uninstall:
Expand Down

0 comments on commit de913a8

Please sign in to comment.