# Makefile for _unasm
#
unasm.obj:	unasm.asm cutmacs.asm
	masm /L /MX /P /ZI unasm;

tidy:
        del *.lst
        del foo*.*

clean:
	del *.obj
