aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-10-13 20:45:48 +0200
committerMattias Andrée <maandree@kth.se>2017-10-13 20:45:55 +0200
commitdb656c928524eed059ecf3d418efdea0d923072c (patch)
tree61615486d7225e3c7c369fbcb2e9c2f7d49104b0 /config.mk
parentupdate dist (diff)
downloadalarm-db656c928524eed059ecf3d418efdea0d923072c.tar.gz
alarm-db656c928524eed059ecf3d418efdea0d923072c.tar.bz2
alarm-db656c928524eed059ecf3d418efdea0d923072c.tar.xz
Improve style and license
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..5f26cd2
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,6 @@
+PREFIX = /usr/local
+MANPREFIX = $(PREFIX)/share/man
+
+CCFLAGS = -std=c99 -Wall -Wextra -O2
+CPPFLAGS =
+LDFLAGS = -s