Skip to content

Commit

Permalink
update Makefile to actually work for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
anoraktrend committed Jul 18, 2024
1 parent 9a5224a commit 7cee372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ PREFIX?= /usr/
main : ncurses

install : main
install -m755 aee $(DESTDIR)$(PREFIX)bin/
install -m644 aee.1 $(DESTDIR)$(PREFIX)share/man/man1/
install -Dm755 aee $(DESTDIR)$(PREFIX)bin/
install -Dm644 aee.1 $(DESTDIR)$(PREFIX)share/man/man1/

uninstall : clean
rm -rf $(DESTDIR)$(PREFIX)/bin/aee $(DESTDIR)$(PREFIX)/share/man/man1/aee.1
Expand Down

0 comments on commit 7cee372

Please sign in to comment.