lua integration

This commit is contained in:
Dane Johnson
2021-01-13 16:47:16 -06:00
parent d5788228f6
commit 86f6203efc
16 changed files with 210 additions and 20 deletions

View File

@@ -1,8 +1,8 @@
include ../common.mk
CXXFLAGS := $(CXXFLAGS) -DLUA_SCRIPTING
SOURCES = $(wildcard *.cpp)
OBJS = $(SOURCES:.cpp=.o)
all: couch
couch: $(OBJS)
$(CXX) $(LIBS) -o $@ $^
all: $(OBJS)