Skip to content

Commit

Permalink
hope this one works
Browse files Browse the repository at this point in the history
  • Loading branch information
anoraktrend committed Jul 14, 2024
1 parent 24bd26b commit 692e658
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 @@ -4,13 +4,13 @@ CFLAGS += -O2 -march=native -mtune=native -flto -fcommon -lncursesw

LDFLAGS+= -s

PREFIX?= /usr
PREFIX?= /usr/

main : ncurses

install : main
install -m755 aee -d $(DESTDIR)$(PREFIX)/bin/
install -m644 aee.1 -d $(DESTDIR)$(PREFIX)/share/man/man1/
install -m755 aee $(DESTDIR)$(PREFIX)bin/
install -m644 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 692e658

Please sign in to comment.