From df7449e4a29ec8d3182cf7b2aebcb86f7ac596c2 Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Wed, 22 May 2019 22:59:03 -0400 Subject: As presented at VirginiaTech on 2019-05-24 --- 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..d582a40 --- /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