diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-03-27 14:44:06 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-03-27 14:44:06 -0400 |
| commit | acb3fe9cde7661f23029d39d1d56caf6bac0a17b (patch) | |
| tree | 2c10f9774c42af6e43d86bf54030b559262f3bf1 | |
| parent | track util changes as well (diff) | |
| download | comus-acb3fe9cde7661f23029d39d1d56caf6bac0a17b.tar.gz comus-acb3fe9cde7661f23029d39d1d56caf6bac0a17b.tar.bz2 comus-acb3fe9cde7661f23029d39d1d56caf6bac0a17b.zip | |
make user.img proper
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 && \ |