aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-09-16 16:23:23 +0200
committerMattias Andrée <maandree@kth.se>2021-09-16 16:23:23 +0200
commit0ae720729039b317276c5c8083a5864d8f99a6cb (patch)
treec307e2295d76cf70e6927db5254f0a0c26ba8bec /config.mk
parentmisc + change license + remove info manual (diff)
downloadcrt-calibrator-0ae720729039b317276c5c8083a5864d8f99a6cb.tar.gz
crt-calibrator-0ae720729039b317276c5c8083a5864d8f99a6cb.tar.bz2
crt-calibrator-0ae720729039b317276c5c8083a5864d8f99a6cb.tar.xz
Improve makefile, fix uninstall rule, and fix style erros1.3.3
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 1288e57..ceaca55 100644
--- a/config.mk
+++ b/config.mk
@@ -1,6 +1,8 @@
PREFIX = /usr
MANPREFIX = $(PREFIX)/share/man
+CC = cc
+
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
CFLAGS = -std=c99 -Wall $$(pkg-config --cflags libdrm)
LDFLAGS = -lm $$(pkg-config --libs libdrm)