From 2b7bda3b4a2cdb4b20a1c53f3b7346f9a64aaf41 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Wed, 10 Apr 2019 01:22:32 +0100 Subject: [PATCH] Some pairity between cmake and Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3e45de52..84acfa47 100644 --- a/Makefile +++ b/Makefile @@ -226,7 +226,7 @@ src/Resource/%.h: res/% obj/bin2h obj/bin2h: res/bin2h.c @mkdir -p $(@D) @echo Compiling $^ - @$(CC) -O3 -s -static $^ -o $@ + @$(CC) -O3 -s -std=c90 $^ -o $@ include $(wildcard $(DEPENDENCIES))