#
# $Id: Makefile,v 1.1 2009-02-19 12:38:41 potyra Exp $
#

SIMULATION_PC := pc-4.vhdl
ACTUAL_MEDIA := floppy.img

include $(dir $(shell which faum))/../share/faumachine/vhdl/experiment.mk

floppy.img: \
		../CDROM.images/FDOEM.144.gz \
		../CDROM.images/DIAGS.EXE
	gunzip < ../CDROM.images/FDOEM.144.gz > floppy.img
	mcopy -i floppy.img ../CDROM.images/DIAGS.EXE ::

distclean clean::
	rm -f floppy.img
