summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 61d25ec..c35be3b 100644
--- a/Makefile
+++ b/Makefile
@@ -29,8 +29,8 @@ Fool.img: mbr.bin kernel.bin fill.bin
FoolData.img: binfont.bin
cat $^ > $@
-binfont.bin: binfont.src
- python makefont.py
+binfont.bin: data/binfont.src
+ python tools/binarize.py $< $@
#some data just to fill up to the target image_size
fill.bin: boot/fill.asm