.PHONY: compute result clean

compute:
	sbatch script_slurm.sh

result:
	gnuplot graph_conv_1.g
	./make_table.sh

clean:
	$(RM) -r *.csv *.png
