made build.sh clean up after itself better

This commit is contained in:
Izaya 2020-03-18 14:02:58 +11:00
parent 05208810d3
commit 36b1b4dfe0
1 changed files with 1 additions and 0 deletions

View File

@ -9,3 +9,4 @@ mv target/tinit.lua target/init.lua
cp -r exec/ service/ lib/ target/
cp default-init.txt target/cfg/init.txt
lua finddesc.lua $(find module/ -type f) $(find lib/ -type f) > apidoc.md
rm target/version.lua