all: GML runall

runall:
	./runtests

GML:
	ln -s ../GML

clean:
	rm -f *.1 *.txt GML
