aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-02-19 19:03:59 +0100
committerMattias Andrée <maandree@kth.se>2018-02-19 19:03:59 +0100
commitaa1526183b2479c1bf3d29ddbd5bafcd13443254 (patch)
treebeced5f56678e628b74b7ca727b45e5692b26f26 /config.mk
parentFirst commit (diff)
downloadloc-aa1526183b2479c1bf3d29ddbd5bafcd13443254.tar.gz
loc-aa1526183b2479c1bf3d29ddbd5bafcd13443254.tar.bz2
loc-aa1526183b2479c1bf3d29ddbd5bafcd13443254.tar.xz
Add readme and loc.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..dc5b11a
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,6 @@
+PREFIX = /usr
+MAXPREFIX = $(PREFIX)/share/man
+
+CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
+CFLAGS = -std=c99 -Wall -Wextra -pedantic $(CPPFLAGS)
+LDFLAGS =