Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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