aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-10-22 16:43:36 +0200
committerMattias Andrée <maandree@kth.se>2019-10-22 16:43:36 +0200
commit82571a9f052608484db10ad04fb9d0665e0fafd3 (patch)
tree03722f1be83de4af925934468707572b40beb327 /config.mk
parentadd rationale to readme (diff)
downloadsleep-until-2.tar.gz
sleep-until-2.tar.bz2
sleep-until-2.tar.xz
Change license, change style, remove info manual, flat dir hier2
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..eb4100f
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,8 @@
+PREFIX = /usr
+MANPREFIX = $(PREFIX)/share/man
+
+CC = cc
+
+CPPFLAGS = -D_POSIX_C_SOURCE=199309L
+CFLAGS = -std=c99 -Wall -O2
+LDFLAGS = -s