Makefile: TCC=tcc

This commit is contained in:
Henry Kroll III 2010-11-28 16:11:40 -08:00
parent 9a986f374e
commit ddea94daea

View File

@ -4,7 +4,7 @@
TOP ?= .
include $(TOP)/config.mak
TCC=./tcc
CFLAGS+=-g -Wall
CFLAGS_P=$(CFLAGS) -pg -static -DCONFIG_TCC_STATIC
LIBS_P=