From b065c3f7e3ba6730bab6befd6bb83650410da5c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Sat, 19 May 2018 12:43:56 +0200 Subject: [PATCH] Compile with C99 standard --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d07bd6..e68eb27 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC = x86_64-w64-mingw32-gcc -CFLAGS = -W -Wall -pedantic +CFLAGS = -std=c99 -W -Wall -pedantic LIBS = -lole32 -lavrt