makefile: autobuild all nasm stuff
This commit is contained in:
7
Makefile
7
Makefile
@@ -1,10 +1,7 @@
|
|||||||
dev-image = 5150-dev
|
dev-image = 5150-dev
|
||||||
|
|
||||||
writefloppy.bin: writefloppy.asm
|
%.bin: %.asm
|
||||||
nasm writefloppy.asm -o writefloppy.bin
|
nasm $? -o $@
|
||||||
|
|
||||||
readfloppy.bin: readfloppy.asm
|
|
||||||
nasm readfloppy.asm -o readfloppy.bin
|
|
||||||
|
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user