LuaExtraArgs is now fully implemented, efficiently

This commit is contained in:
2023-04-13 14:55:21 -04:00
parent 4bcdcb103d
commit 7078d1243d
2 changed files with 16 additions and 35 deletions

View File

@@ -139,6 +139,9 @@ obj/eris/%.o: ext/eris-master/src/%.c
obj/core/%.o: cpp/core/%.cpp
$(GPP) -fPIC -I./ext/eris-master/src -I./cpp/wrap -I./cpp/core -o $@ -c $<
obj/core/%.s: cpp/core/%.cpp
$(GPP) -S -fPIC -I./ext/eris-master/src -I./cpp/wrap -I./cpp/core -o $@ -c $<
obj/drv/%.o: cpp/drv/%.cpp
$(GPP) -I./ext -I./src/drv -o $@ -c $<