1
2SUBDIRS = src
3
4man_MANS = fillets.6
5EXTRA_DIST = ChangeLog $(man_MANS)
6
7ChangeLog:
8	touch ChangeLog
9
10