
PROG= templates

templates :
	sh templates.sh

clean :
	rm -f *.asl *.aml *.dsl *.hex diff.log

