Browse Source

made build.sh clean up after itself better

pull/1/head
XeonSquared 4 years ago
parent
commit
36b1b4dfe0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      build.sh

+ 1
- 0
build.sh 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

Loading…
Cancel
Save