tMakefile - seaice-experiments - sea ice experiments using Granular.jl
HTML git clone git://src.adamsgaard.dk/seaice-experiments
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
tMakefile (264B)
---
1 .PHONY: all
2 all: simulation.jl plot.jl
3 $(MAKE) -C width/
4 julia tau_plots.jl
5
6 .PHONY: all-plots
7 all-plots:
8 $(MAKE) -C width/ all-plots
9 $(MAKE) -C width/ width_monodisperse-survived_fraction.png
10 julia tau_plots.jl
11
12 .PHONY: clean
13 clean:
14 $(MAKE) -C width/ clean