Some pairity between cmake and Makefile
This commit is contained in:
parent
e54c13e22f
commit
2b7bda3b4a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue