# Makefile autogenerated by premake # Don't edit this file! Instead edit `premake.lua` then rerun `make` # Options: # CONFIG=[Debug|Release] .PHONY: all clean all: cpp lua cpp: doxygen cpp.doxygen lua: mkdir -p tmp php generate_lua_api.php > tmp/lua_pseudo_code.cpp doxygen lua.doxygen rm -rf tmp clean: rm -rf api_cpp api_lua