commit 1ea5c01df83eb3ac9850086786e2bafa6582f4e2 parent 0d6395d771839c9aa388135b748f1107af1dc344 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Thu, 26 Mar 2020 14:43:08 +0100 Merge branch 'master' of src.adamsgaard.dk:.manus_continuum_granular1_exp Diffstat:
M | flux_estimate/Makefile | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/flux_estimate/Makefile b/flux_estimate/Makefile @@ -77,6 +77,5 @@ amplitude_dependence: clean: rm -f steady.txt find . -type f -name 'variable*.output*.txt' -delete - rm -f variable_flux -.PHONY: default steady clean variable_flux variable_flux_hi +.PHONY: default clean steady_flux variable_flux variable_flux_hi