all: plot_kugel.pdf plot_zylinder.pdf

plot_kugel.pdf plot_zylinder.pdf : auswertung.py
	python auswertung.py
clean:
	rm plot_kugel.pdf plot_zylinder.pdf

.PHONY: all clean