aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHenry Kroll III <henry@comptune.com>2010-11-28 16:11:40 -0800
committerHenry Kroll III <henry@comptune.com>2010-11-28 16:11:40 -0800
commitddea94daea750117644e03835ed2836e344aa46c (patch)
treee33e342a97636bfa1520bdb46b97d727b43412e5 /Makefile
parent9a986f374e06039d3d30e02f4783074b4196e325 (diff)
downloadtinycc-ddea94daea750117644e03835ed2836e344aa46c.tar.gz
tinycc-ddea94daea750117644e03835ed2836e344aa46c.tar.bz2
Makefile: TCC=tcc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ddc37cc..026e6d0 100644
--- a/Makefile
+++ b/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=