Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jauslin <jauslin@ias.edu>2018-11-13 16:34:13 +0000
committerIan Jauslin <jauslin@ias.edu>2018-11-13 16:34:13 +0000
commitc3e8a07c41898f35bdebb298a788aed294e44369 (patch)
treef4bc1f1d9c1e1533f45ff8f938752c8096035aaf /figs/animation/Makefile
As presented at Princeton University on 2018-11-13HEADv1.0master
Diffstat (limited to 'figs/animation/Makefile')
-rw-r--r--figs/animation/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/figs/animation/Makefile b/figs/animation/Makefile
new file mode 100644
index 0000000..19696f8
--- /dev/null
+++ b/figs/animation/Makefile
@@ -0,0 +1,13 @@
+PROJECTNAME=animate
+
+all: animate.dat
+
+run: animate.dat
+ python3 animate.py animate.dat &
+ python3 animate-positive.py animate.dat &
+
+animate.dat:
+ julia animate_compute.jl > animate.dat
+
+clean:
+ rm -f animate.dat