# Makefile for build files

ASM=$(HOME)/asm/asm64
BAS=$(HOME)/token64

all:	nova1.sfx

clean:
	rm -f nova[1-5].sfx

nova1.sfx:	nt-* make.bat sfx.ml nova.lst
		xdos -F ./dosemu.conf
		cp nova10-[1-5].sfx /nt/Novaterm

title.ml:	title.src
		$(ASM) title.src

titlecopy.ml:	titlecopy.src
		$(ASM) titlecopy.src
