diff options
author | Mattias Andrée <maandree@kth.se> | 2018-02-19 19:03:59 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-02-19 19:03:59 +0100 |
commit | aa1526183b2479c1bf3d29ddbd5bafcd13443254 (patch) | |
tree | beced5f56678e628b74b7ca727b45e5692b26f26 /config.mk | |
parent | First commit (diff) | |
download | loc-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 '')
-rw-r--r-- | config.mk | 6 |
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 = |