Inherit CC for Lua

This commit is contained in:
Johan Bergström 2013-03-16 18:38:37 +11:00
parent ada7aa7ac9
commit a66195629b

View File

@ -7,7 +7,7 @@
# Your platform. See PLATS for possible values.
PLAT= none
CC= gcc
CC?= gcc
CFLAGS= -O2 -Wall $(MYCFLAGS)
AR= ar rcu
RANLIB= ranlib