diff options
Diffstat (limited to 'userspace/Makefile')
| -rw-r--r-- | userspace/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/userspace/Makefile b/userspace/Makefile index 74e0943..dbc2d0f 100644 --- a/userspace/Makefile +++ b/userspace/Makefile @@ -39,6 +39,8 @@ ext2.img: $(PROGS) @mkdir -p mnt/boot @echo "Welcome to FoolOs\nWe hope you will enjoy your stay." > mnt/home/miguel/hello.txt @mkdir -p mnt/bin + @mkdir -p mnt/doc/test + @cp test.txt mnt/doc/test/ @cp $(PROGS) mnt/bin @cp fonts/binfont.bin mnt/ @echo "++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++." > mnt/home/miguel/hello.brain |
