Fix Makefile
This commit is contained in:
parent
6c5e8594c3
commit
b2eeaa2785
4
Makefile
4
Makefile
@ -9,13 +9,13 @@ readfloppy.bin: readfloppy.asm
|
|||||||
crc16.s: crc16.c
|
crc16.s: crc16.c
|
||||||
ia16-elf-gcc -S -Os -o crc16.s crc16.c
|
ia16-elf-gcc -S -Os -o crc16.s crc16.c
|
||||||
|
|
||||||
crc16.bin: crc16.s crt0.c 5150.ld
|
crc16.bin: crc16.s crt0.c
|
||||||
ia16-elf-gcc -o crc16.bin -Os -nostdlib crc16.s crt0.c
|
ia16-elf-gcc -o crc16.bin -Os -nostdlib crc16.s crt0.c
|
||||||
|
|
||||||
wozmon.s: wozmon.cc
|
wozmon.s: wozmon.cc
|
||||||
ia16-elf-gcc -S -Os -o wozmon.s wozmon.cc
|
ia16-elf-gcc -S -Os -o wozmon.s wozmon.cc
|
||||||
|
|
||||||
wozmon.bin: wozmon.s crt0.c 5150.ld
|
wozmon.bin: wozmon.s crt0.c
|
||||||
ia16-elf-gcc -o wozmon.bin -Os -nostdlib wozmon.s crt0.c
|
ia16-elf-gcc -o wozmon.bin -Os -nostdlib wozmon.s crt0.c
|
||||||
truncate -s 510 wozmon.bin
|
truncate -s 510 wozmon.bin
|
||||||
printf "\125\252" >> wozmon.bin
|
printf "\125\252" >> wozmon.bin
|
||||||
|
Loading…
Reference in New Issue
Block a user