aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-08-29 11:17:34 +0200
committerMattias Andrée <maandree@kth.se>2021-08-29 11:17:34 +0200
commit5b4d8c5cba73d962039b50b994e9f859a933de71 (patch)
tree9ae09aa7bc5eee72636701edde0debbd82a70ea8 /config.mk
parentUpdate README (diff)
downloadlibcolour-5b4d8c5cba73d962039b50b994e9f859a933de71.tar.gz
libcolour-5b4d8c5cba73d962039b50b994e9f859a933de71.tar.bz2
libcolour-5b4d8c5cba73d962039b50b994e9f859a933de71.tar.xz
m config.mk
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--config.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/config.mk b/config.mk
index 8e30424..f541cc5 100644
--- a/config.mk
+++ b/config.mk
@@ -1,9 +1,11 @@
VERSION_MAJOR = 2
-VERSION_MINOR = 2
+VERSION_MINOR = 3
-PREFIX = /usr/local
+PREFIX = /usr
MANPREFIX = $(PREFIX)/share/man
-CFLAGS = -std=c11 -Wall -pedantic -O2
+CC = cc
+
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE
+CFLAGS = -std=c11 -Wall -pedantic -O2
LDFLAGS = -lm -s