We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1ea2e commit 85d7f27Copy full SHA for 85d7f27
Makefile
@@ -1,7 +1,7 @@
1
VERSION = 1.0
2
3
PREFIX = /usr/local
4
-MANPREFIX = $(PREFIX)/man
+MANPREFIX = $(PREFIX)/share/man
5
6
CFLAGS += -O3 -march=native -Wall -Wextra -Wno-unused-parameter
7
LDLIBS = -lcurses
Makefile.generic
CFLAGS += -O2 -Wall -Wextra -Wno-unused-parameter
0 commit comments