aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-04-16 06:57:22 +0200
committerMattias Andrée <maandree@operamail.com>2015-04-16 06:57:22 +0200
commitf65ceb9d8f5cb1a2f1cf0c41b82f118790645872 (patch)
treef4d5304fa85016e47f9a89aed39308e673779434 /Makefile
parentmisc (diff)
downloadbus-f65ceb9d8f5cb1a2f1cf0c41b82f118790645872.tar.gz
bus-f65ceb9d8f5cb1a2f1cf0c41b82f118790645872.tar.bz2
bus-f65ceb9d8f5cb1a2f1cf0c41b82f118790645872.tar.xz
m + busname generation
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 94b203e..b550696 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ bin/bus: obj/cmdline.o obj/bus.o
obj/%.o: src/%.c src/*.h
@echo CC -c $<
@mkdir -p obj
- @${CC} -Wall -Wextra -pedantic -c -o $@ ${CPPFLAGS} ${CFLAGS} $<
+ @${CC} -Wall -Wextra -pedantic -std=c99 -c -o $@ ${CPPFLAGS} ${CFLAGS} $<
clean:
@echo cleaning