ref: 2b7bda3b4a2cdb4b20a1c53f3b7346f9a64aaf41
parent: e54c13e22f8b4ac080f67c8077ff279b4d3600b2
author: Clownacy <Clownacy@users.noreply.github.com>
date: Tue Apr 9 21:22:32 EDT 2019
Some pairity between cmake and Makefile
--- a/Makefile
+++ b/Makefile
@@ -226,7 +226,7 @@
obj/bin2h: res/bin2h.c
@mkdir -p $(@D)
@echo Compiling $^
- @$(CC) -O3 -s -static $^ -o $@
+ @$(CC) -O3 -s -std=c90 $^ -o $@
include $(wildcard $(DEPENDENCIES))