From e1ddd40e512f7cfad58eaf7e63ae36a27f9fb971 Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Mon, 1 Oct 2018 22:59:41 +0000 Subject: As presented at Rutgers on 2018-09-27 --- figs/animation/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 figs/animation/Makefile (limited to 'figs/animation/Makefile') diff --git a/figs/animation/Makefile b/figs/animation/Makefile new file mode 100644 index 0000000..29098b3 --- /dev/null +++ b/figs/animation/Makefile @@ -0,0 +1,12 @@ +PROJECTNAME=animate + +all: animate.dat + +run: animate.dat + python3 animate.py animate.dat + +animate.dat: + julia animate_compute.jl > animate.dat + +clean: + rm -f animate.dat -- cgit v1.2.3-70-g09d2