commit 2c1f3a5fd087deb1f2df03cdce976e9aee7197a2 parent ffb275d4bbd029b7884129340ebfcbddc74b2852 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Fri, 5 Apr 2019 20:40:46 +0200 Add Makefile for julia implementation Diffstat:
A | julia/Makefile | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/julia/Makefile b/julia/Makefile @@ -0,0 +1,7 @@ +JULIA=julia --banner=no --color=yes +.PHONY: run-julia +run-julia: 1d_fd_simple_shear.jl + echo "$<" | entr -s '$(JULIA) "$<"' + +1d_fd_simple_shear.png: 1d_fd_simple_shear.jl + $(JULIA) $<