aboutsummaryrefslogtreecommitdiff
path: root/scripts/clean.sh
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-12-06 09:45:54 -0500
committerDeterminant <ted.sybil@gmail.com>2019-12-06 09:45:54 -0500
commitb6d1796be78b1156d835f8a81efbf8cc24750520 (patch)
tree273144a7b7a181a39651d1953a895c58c446cd84 /scripts/clean.sh
parentec20efb7676c597c26edc63ae0ac47d3ec8b478c (diff)
improve build scripts
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