diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-06-10 13:47:16 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-06-10 13:47:16 +0200 |
| commit | 559eea53ecdd1e3e45f24d15e8739419b0cd647a (patch) | |
| tree | 59cc8310bc910ed2bfc338d45f66c2a25dcaca92 /userspace/Makefile | |
| parent | 8a665b53229ce8f563b88bb33aa1ab3db4c1c096 (diff) | |
experimenting with ncurses
Diffstat (limited to 'userspace/Makefile')
| -rw-r--r-- | userspace/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/userspace/Makefile b/userspace/Makefile index dfe9ec3..49d93a0 100644 --- a/userspace/Makefile +++ b/userspace/Makefile @@ -33,6 +33,9 @@ ext2.img: $(PROGS) ../mp/mp.bin cp ~/opt/foolos/usr/bin/worm mnt/bin/ cp ~/opt/foolos/usr/bin/dots mnt/bin/ cp ~/opt/foolos/usr/bin/background mnt/bin/ + cp ~/opt/foolos/usr/bin/view mnt/bin/ + cp ~/opt/foolos/usr/bin/ncurses mnt/bin/ + cp ~/opt/foolos/usr/bin/bs mnt/bin/ cp ../mp/mp.bin mnt/boot/ mkdir -p mnt/etc echo "127.0.0.1 localhost" > mnt/etc/hosts |
