aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-01-06 09:24:37 +0100
committerMattias Andrée <maandree@kth.se>2018-01-06 09:26:27 +0100
commit949be62a369f0a9eb0ad9d54d4b40c104e61a4cc (patch)
tree18fdbe79919b1ca3ee90a00a09fb61ba63c6a7fb /config.mk
parentxcompmgr 1.1.7 (diff)
downloadxcman-949be62a369f0a9eb0ad9d54d4b40c104e61a4cc.tar.gz
xcman-949be62a369f0a9eb0ad9d54d4b40c104e61a4cc.tar.bz2
xcman-949be62a369f0a9eb0ad9d54d4b40c104e61a4cc.tar.xz
Simplify and remove all features1.0
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..64ac473
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,6 @@
+PREFIX = /usr/local
+MANPREFIX = $(PREFIX)/share/man
+
+CPPFLAGS =
+CFLAGS = -std=c99 -Wall -Wextra $(CPPFLAGS)
+LDFLAGS = -lXext -lXdamage -lXfixes -lXcomposite -lXrender -lX11