aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorMarvin Borner2020-07-24 22:59:19 +0200
committerMarvin Borner2020-07-24 22:59:19 +0200
commit1c00c0f2817f58b275a41d699e2eb32e8e9e5ed5 (patch)
treed0070e5d0897852313e185fc1d1da09e7c81c736 /run
parentfd73441fe4950c683699fe38ad59e4541b75e5a7 (diff)
Fix missing disk directory
(Should normaly exist due to the resources)
Diffstat (limited to 'run')
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index 8309eaa..506aa4b 100755
--- a/run
+++ b/run
@@ -70,7 +70,7 @@ make_disk() {
}
make_build() {
- mkdir -p build/
+ mkdir -p build/ disk/
rm -rf build/*
echo "Building..."