LuaExtraArgs is now fully implemented, efficiently
This commit is contained in:
@@ -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 $<
|
||||
|
||||
|
||||
Reference in New Issue
Block a user