aboutsummaryrefslogtreecommitdiff
path: root/scripts/clean.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/clean.sh')
-rwxr-xr-xscripts/clean.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/clean.sh b/scripts/clean.sh
new file mode 100755
index 0000000..450b874
--- /dev/null
+++ b/scripts/clean.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+SRC_DIR="$(dirname "${BASH_SOURCE[0]}")"
+
+source "$SRC_DIR/env.sh"
+cd "$SALTICIDAE_PATH"
+make clean