2014-06-17 03:22:06 +02:00
|
|
|
include $(dir $(lastword $(MAKEFILE_LIST)))../../header.mk
|
2014-04-24 22:16:30 +02:00
|
|
|
|
2018-03-05 18:28:29 +01:00
|
|
|
luabins_OBJ := $(patsubst %.c,%.o,$(sort $(wildcard $(d)src/*.c)))
|
2014-06-17 03:22:06 +02:00
|
|
|
luabins_CPPFLAGS := $(CFLAGS_LUA)
|
2014-04-24 22:16:30 +02:00
|
|
|
|
2014-06-17 03:22:06 +02:00
|
|
|
LIB += luabins
|
2014-04-24 22:16:30 +02:00
|
|
|
|
2014-06-17 03:22:06 +02:00
|
|
|
include $(TOP)Makefile.target
|