Skip to content

Commit

Permalink
AND I'll DO IT AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
anoraktrend committed Jul 14, 2024
1 parent 56e506f commit 1d521f3
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 @@ -4,12 +4,12 @@ CFLAGS += -O2 -march=native -mtune=native -flto -fcommon -lncursesw

LDFLAGS+= -s

PREFIX?= /usr/
PREFIX?= /usr

main : ncurses

install : main
install -Dm755 aee $(DESTDIR)$(PREFIX)/bin/
install -Ddm755 aee $(DESTDIR)$(PREFIX)/bin/
install -Ddm644 aee.1 $(DESTDIR)$(PREFIX)/share/man/man1/

uninstall : clean
Expand Down

0 comments on commit 1d521f3

Please sign in to comment.