OC-Tsuki/.buildactions/ff_clean.lua
Jane Roxanne e44d6177a0 kio++
2020-06-02 01:14:26 -05:00

5 lines
113 B
Lua

function actions.clean()
print("Cleaning up...")
--os.execute("rm -rf .docs")
--os.execute("rm -rf .ktmp")
end