1
2PROG= templates
3
4templates :
5	sh templates.sh
6
7clean :
8	rm -f *.asl *.aml *.dsl *.hex diff.log
9
10