Skip to content

Commit 1d521f3

Browse files
committed
AND I'll DO IT AGAIN
1 parent 56e506f commit 1d521f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ CFLAGS += -O2 -march=native -mtune=native -flto -fcommon -lncursesw
44

55
LDFLAGS+= -s
66

7-
PREFIX?= /usr/
7+
PREFIX?= /usr
88

99
main : ncurses
1010

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

1515
uninstall : clean

0 commit comments

Comments
 (0)