NAME = lua
SRCS = $(shell find src/ -name "*.c")
CFLAGS += -DLUA_USE_C89

include $(NAVY_HOME)/Makefile.app
