aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-01-09 18:00:15 +0100
committerMattias Andrée <maandree@kth.se>2017-01-09 18:00:15 +0100
commit930a61412bc584ff6784e573042009d4e3f45fb6 (patch)
tree2f0b4c78ee3feba2bf4b9d942c3dd0d6fd757128 /Makefile
parentFix errors and add makefile (diff)
downloadblind-930a61412bc584ff6784e573042009d4e3f45fb6.tar.gz
blind-930a61412bc584ff6784e573042009d4e3f45fb6.tar.bz2
blind-930a61412bc584ff6784e573042009d4e3f45fb6.tar.xz
Fix warnings and add config.mk
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f8b78bf..0179a40 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,4 @@
-CFLAGS = -std=c99 -Wall -pedantic -O2
-CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64
-LDFLAGS = -lm -s
+include config.mk
BIN =\
vu-colour-srgb\