Improve makefile.
This commit is contained in:
parent
6048945f1a
commit
930d5a634a
1 changed files with 4 additions and 2 deletions
6
makefile
6
makefile
|
|
@ -26,7 +26,9 @@ endif
|
|||
include $(CEDEV)/meta/makefile.mk
|
||||
|
||||
src/font.h src/font.c: font/genfont
|
||||
@$<
|
||||
$(Q)echo [running] $<
|
||||
$(Q)$<
|
||||
|
||||
font/genfont: font/genfont.c
|
||||
@$(CC) -O3 -flto $< `pkg-config --cflags --libs freetype2` -o $@
|
||||
$(Q)echo [compiling] $<
|
||||
$(Q)$(CC) -O3 -flto $< `pkg-config --cflags --libs freetype2` -o $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue