OC-Tsuki/.buildactions/ff_clean.lua

5 lines
113 B
Lua
Raw Normal View History

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