NAME = lua
SRCS = $(shell find src/ -name "*.c")
CFLAGS += -DLUA_INTONLY_NUMBERS
include $(NAVY_HOME)/Makefile
