Makefile: TCC=tcc
This commit is contained in:
parent
9a986f374e
commit
ddea94daea
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@
|
|||
|
||||
TOP ?= .
|
||||
include $(TOP)/config.mak
|
||||
|
||||
TCC=./tcc
|
||||
CFLAGS+=-g -Wall
|
||||
CFLAGS_P=$(CFLAGS) -pg -static -DCONFIG_TCC_STATIC
|
||||
LIBS_P=
|
||||
|
|
Loading…
Reference in a new issue