view Makefile @ 0:ed4b291fe247

Initial commit
author Mike Pavone <pavone@retrodev.com>
date Tue, 01 May 2012 00:46:34 -0700
parents
children ea41003cfa70
line wrap: on
line source


ghero.iso : fs.iso boot.bin
	tail -c +32769 fs.iso | cat boot.bin - > ghero.iso

fs.iso : filesystem/*
	mkisofs -o fs.iso filesystem

boot.bin : scd_header.s68 mainboot.s68 subboot.s68 security.bin
	vasmm68k_mot -Fbin scd_header.s68 -o boot.bin