aboutsummaryrefslogtreecommitdiffstats
path: root/rebuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rebuild.sh')
-rwxr-xr-xrebuild.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/rebuild.sh b/rebuild.sh
index f705cdb..62380e3 100755
--- a/rebuild.sh
+++ b/rebuild.sh
@@ -1,4 +1,6 @@
-#!/bin/sh -v
+#!/bin/sh -vq
+rm bin/*
+rm libexec/*
for i in src/*;do
iout=$(basename $i)
mkdir -p $iout