Some pairity between cmake and Makefile

This commit is contained in:
Clownacy 2019-04-10 01:22:32 +01:00
parent e54c13e22f
commit 2b7bda3b4a

View file

@ -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))