aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-07-15 21:56:07 +0200
committerMattias Andrée <maandree@kth.se>2017-07-15 21:56:07 +0200
commitd0c94265c042fe419926ee3e42fe4821c5e464cb (patch)
treed494145c28b8faad4ef7519cd65504c412018146 /config.mk
parentUpdate todo (diff)
downloadblind-d0c94265c042fe419926ee3e42fe4821c5e464cb.tar.gz
blind-d0c94265c042fe419926ee3e42fe4821c5e464cb.tar.bz2
blind-d0c94265c042fe419926ee3e42fe4821c5e464cb.tar.xz
Add multi-call binary installation
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--config.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 1bbef28..ae035ef 100644
--- a/config.mk
+++ b/config.mk
@@ -5,6 +5,9 @@ VERSION = 1.1
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
+# Commands
+LN = ln -s
+
# You may want to remove -DHAVE_PRCTL, -DHAVE_EPOLL, and
# -DHAVE_SENDFILE from CPPFLAGS if you are not using Linux.
CFLAGS = -std=c11 -Wall -pedantic -O2