# Last edited on 2020-01-17 14:25:43 by jstolfi .PHONY: all dead phases phases-later all: clean phases phases: ../neuromat_phase_plot.sh 1 0 5 # Dead steps. phases-later: ../neuromat_phase_plot.sh 1 0 -1 # Dead steps. ../neuromat_phase_plot.sh 0 0 -1 # No dead step. ../neuromat_phase_plot.sh 1 0 -1 # Dead step. clean: rm -f out/*.png out/*.txt out/*.eps