summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9dc4357..b84cbf0 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ bin/boot.bin: build
bin/user.img: build
cd bin && \
- ./mkblob init shell
+ ./mkblob init idle prog* shell
bin/disk.img: build bin/boot.bin bin/user.img
cd bin && \