aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-01-19 21:37:45 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-01-19 21:38:18 +0100
commit3cd71734f0ded03962147526b5b62b966dcdd64c (patch)
treea42ebb5edcd853fb09be07b1f100304e745ffaac /Makefile
parent349e9f516da483da06f92698382e6f2082d693fc (diff)
downloadsds-3cd71734f0ded03962147526b5b62b966dcdd64c.tar.xz
Makefile: Add echo before running test suite
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4459289..b1ff027 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS += -Weverything -std=c11 -g
+CFLAGS += -Weverything -O2 -std=c99 -ggdb
CC = clang
SOURCES = src/twbctf.c src/sds.c
@@ -18,6 +18,7 @@ docs/%.3: docs/%.rst
test: sds-test
+ @echo "==> Running test suite"
./sds-test