aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorMarvin Borner2020-08-05 18:28:26 +0200
committerMarvin Borner2020-08-05 18:28:26 +0200
commit4af62bb53676b7f721b46cabee78cac3a557e924 (patch)
treeb9c7e615c3226d9822c22cdb6cdb326f379db73f /run
parentb7f59b28b380d55f9e7abd8e450f1f9c7f050221 (diff)
Some proc things
Diffstat (limited to 'run')
-rwxr-xr-xrun1
1 files changed, 1 insertions, 0 deletions
diff --git a/run b/run
index cd8a023..6787fc9 100755
--- a/run
+++ b/run
@@ -136,6 +136,7 @@ make_tidy() {
make_clean() {
rm -rf build/
+ make clean
}
if [ "${mode}" = "cross" ]; then