view level1/wwwroot/makefile @ 3211:aa01cfa11267

Updated makefile for EmuDsk driver so that a disk image would be created with a layout that matches the distribution of the NitrOS-9 disk images so that the files can be easily dsaved across onto existing disk images. Also updated ddh0.asm, h0.asm, and h1.asm to use a geometry that will yield a clust size of 1 disk image with almost the max 128MB size as well as using a geometry that is more friendly with storing a boot track on it for use with being shared with the CoCoSDC.
author David Ladd <drencor-xeen@users.sourceforge.net>
date Wed, 20 Dec 2017 15:26:30 -0600
parents 9bb0c42d9fc6
children
line wrap: on
line source

include ../port.mak

DEPENDS		= ./makefile

index.html:	$(LEVEL1)/wwwroot/index.html
	@sed -e 's|%PORT%|$(PORT)|' -e 's|%MACHINE%|$(MACHINE)|' $^ > $@

all:	index.html $(DEPENDS)

clean:
	$(RM) index.html

showobjs:
	@$(ECHO) index.html