Zorya-NEO/.buildactions/ff_clean.lua

5 lines
113 B
Lua
Raw Normal View History

2020-06-06 10:45:08 +10:00
function actions.clean()
print("Cleaning up...")
--os.execute("rm -rf .docs")
--os.execute("rm -rf .ktmp")
end