From f65ceb9d8f5cb1a2f1cf0c41b82f118790645872 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 16 Apr 2015 06:57:22 +0200 Subject: m + busname generation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2