comparison Makefile @ 0:ed4b291fe247

Initial commit
author Mike Pavone <pavone@retrodev.com>
date Tue, 01 May 2012 00:46:34 -0700
parents
children ea41003cfa70
comparison
equal deleted inserted replaced
-1:000000000000 0:ed4b291fe247
1
2 ghero.iso : fs.iso boot.bin
3 tail -c +32769 fs.iso | cat boot.bin - > ghero.iso
4
5 fs.iso : filesystem/*
6 mkisofs -o fs.iso filesystem
7
8 boot.bin : scd_header.s68 mainboot.s68 subboot.s68 security.bin
9 vasmm68k_mot -Fbin scd_header.s68 -o boot.bin
10