aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-07-02 20:30:24 +0200
committerMattias Andrée <maandree@kth.se>2023-07-02 20:30:24 +0200
commit45223b992bcfdbb5f0b475b42d0de0cb54c29199 (patch)
tree34ca4d070600e51710200590670ccd1f437cdaa8 /config.mk
parentm (diff)
downloadxcman-45223b992bcfdbb5f0b475b42d0de0cb54c29199.tar.gz
xcman-45223b992bcfdbb5f0b475b42d0de0cb54c29199.tar.bz2
xcman-45223b992bcfdbb5f0b475b42d0de0cb54c29199.tar.xz
Improve makefile1.1.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 30a58ea..25b5a3a 100644
--- a/config.mk
+++ b/config.mk
@@ -1,6 +1,8 @@
-PREFIX = /usr/local
+PREFIX = /usr
MANPREFIX = $(PREFIX)/share/man
+CC = c99
+
CPPFLAGS =
-CFLAGS = -std=c99 -Wall -Wextra $(CPPFLAGS)
+CFLAGS = -Wall -Wextra
LDFLAGS = -lXdamage -lXfixes -lXcomposite -lXrender -lX11