mirror of
https://github.com/ksherlock/hfs-boot.git
synced 2025-01-06 12:30:29 +00:00
12 lines
243 B
Makefile
12 lines
243 B
Makefile
|
|
|
|
bootblock : bootblock.omf
|
|
mpw makebiniigs -org 2048 bootblock.omf -o bootblock
|
|
|
|
bootblock.omf : bootblock.obj
|
|
mpw linkiigs bootblock.obj -o bootblock.omf
|
|
|
|
bootblock.obj : bootblock.aii hfs.aii
|
|
mpw asmiigs bootblock.aii -o bootblock.obj
|
|
|