aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 4ea6030..46703ca 100644
--- a/Rakefile
+++ b/Rakefile
@@ -21,6 +21,8 @@ def run(exe)
ENV.fetch('QEMU', '').split << exe
end
+directory 'build'
+
task default: :boot
desc 'Final stage'