summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <miguel@miguel-acer.softwarefools.com>2014-08-28 21:40:06 +0200
committerMichal Idziorek <miguel@miguel-acer.softwarefools.com>2014-08-28 21:40:06 +0200
commit70d0b36830616a9f94ee0afa8486dc510e9743eb (patch)
treeb0ca64464c18de3eca517279a9c4a288b43df7fd /Makefile
parent11b626d43e76c09d5d8ef1f7236c191590df0f30 (diff)
cleanup
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