aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 988ee24..f1befea 100755
--- a/build.sh
+++ b/build.sh
@@ -14,7 +14,7 @@ function __run__ {
function __clean__ {
rm -rf $BIN
- rm -rf files
+ rm -rf $FILES/*.txt
kill $( ps -q $$ -o pgid= ) # exit
}