5 lines
92 B
Makefile
5 lines
92 B
Makefile
|
|
||
|
# Common flags to build lua related files
|
||
|
|
||
|
CFLAGS+= -I${LUASRC} -I${LDRSRC} -I${LIBLUASRC}
|