This commit is contained in:
2024-02-22 17:34:08 -06:00
parent 3811d82212
commit dea448e46b
4 changed files with 294 additions and 454 deletions

View File

@@ -45,7 +45,7 @@ ckiwi.$(LIB_EXT): $(OBJS)
$(CXX) $(CXXFLAGS) $(CFLAGS) $(CFLAGS_EXTRA) -I$(SRCDIR)/kiwi $(LIBFLAG) -o $@ $^
ckiwi.o: ckiwi.h
luakiwi.o: ckiwi.h kiwibridge.cpp luakiwi-int.h luacompat.h
luakiwi.o: ckiwi.h luakiwi-int.h luacompat.h
%.o: %.c
$(CC) -I$(LUA_INCDIR) $(CFLAGS) $(CFLAGS_EXTRA) -c -o $@ $<