DISTFILES=Makefile $(wildcard *.m)

.PHONY: check dist clean

ALL:

dist:
	ln $(DISTFILES) ../`cat ../fname`/broken/

clean:
	\rm -f *~

distclean: clean

