aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-01-22 21:09:53 +0100
committerMattias Andrée <maandree@kth.se>2017-01-22 21:09:53 +0100
commit3320a90812c519d28452822879be4472276d129e (patch)
treed95ffefd508ce68193295bd8dbe53dcde11f2e77 /config.mk
parentAdd main man page (diff)
downloadblind-3320a90812c519d28452822879be4472276d129e.tar.gz
blind-3320a90812c519d28452822879be4472276d129e.tar.bz2
blind-3320a90812c519d28452822879be4472276d129e.tar.xz
Makefile: add install, uninstall, and dist1.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index db66e28..783ac96 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,11 @@
-# You may want to remove -DHAVE_PRCTL and -DHAVE_EPOLL from CPPFLAGS if you are not using Linux.
+# blind version
+VERSION = 1.0
+
+# Paths
+PREFIX = /usr/local
+MANPREFIX = $(PREFIX)/share/man
+# You may want to remove -DHAVE_PRCTL and -DHAVE_EPOLL from CPPFLAGS if you are not using Linux.
CFLAGS = -std=c99 -Wall -pedantic -O2
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHAVE_PRCTL -DHAVE_EPOLL
LDFLAGS = -lm -s