From d0c870377cc4e0388a343a6297f7ec5fa54adf16 Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Mon, 13 May 2019 22:20:51 -0400 Subject: As presented at MSU on 2019-05-02 --- figs/animation/Makefile | 13 +++++++++++++ 1 file changed, 13 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..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 -- cgit v1.2.3-70-g09d2