all test:
	./run.sh
clean:
	rm -f *.log *.err
.PHONY: all clean test
