# Makefile for Transputer Dissassembler 
#    http://www.wizzy.com/wizzy/dasm.html
#    ftp://ftp.wizzy.com/wizzy/dasm.zip
#

dasm:    dasm.c opcodes.h inmos.h
	 gcc -o dasm dasm.c

# end of makefile

