Inherit CC for Lua

This commit is contained in:
Johan Bergström
2013-04-02 11:26:50 +02:00
committed by antirez
parent 49eef7738e
commit ca0b1c2436
+1 -1
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