diff options
| author | Michal Idziorek <miguel@miguel-acer.softwarefools.com> | 2014-08-28 21:40:06 +0200 |
|---|---|---|
| committer | Michal Idziorek <miguel@miguel-acer.softwarefools.com> | 2014-08-28 21:40:06 +0200 |
| commit | 70d0b36830616a9f94ee0afa8486dc510e9743eb (patch) | |
| tree | b0ca64464c18de3eca517279a9c4a288b43df7fd /Makefile | |
| parent | 11b626d43e76c09d5d8ef1f7236c191590df0f30 (diff) | |
cleanup
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
