summaryrefslogtreecommitdiff
path: root/userspace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/Makefile')
-rw-r--r--userspace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/Makefile b/userspace/Makefile
index 94d35c4..4823598 100644
--- a/userspace/Makefile
+++ b/userspace/Makefile
@@ -53,7 +53,7 @@ ext2.img: $(PROGS)
@mkdir -p mnt/pipes # mountpoint for pipes
@cp $(PROGS) mnt/bin
@cp /home/miguel/git/EXT/vim/src/vim mnt/bin
- @cp fonts/binfont.bin mnt/doc/fonts
+ @cp fonts/*.bin mnt/doc/fonts
@cp xterm/xterm mnt/bin
@cp cpp/testcpp mnt/bin
@cp ncurses/foolstart mnt/bin