runtest:
	./run_script_test


clean:
	rm -f *.gif *.png *.eps *.ps *.svg *.svgz *.jpeg
	rm -Rf api_test_output

distclean: clean

