include ../common.mk

CXXFLAGS := $(CXXFLAGS) -DLUA_SCRIPTING

SOURCES = $(wildcard *.cpp)
OBJS = $(SOURCES:.cpp=.o)

all: $(OBJS)