From 1b55e19013ae989629aa662b5fe15636e08fec5d Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Tue, 14 May 2019 11:16:36 -0400 Subject: Missing Makefile in animation --- figs/anim_laser/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 figs/anim_laser/Makefile (limited to 'figs/anim_laser/Makefile') diff --git a/figs/anim_laser/Makefile b/figs/anim_laser/Makefile new file mode 100644 index 0000000..9b66e37 --- /dev/null +++ b/figs/anim_laser/Makefile @@ -0,0 +1,12 @@ +PROJECTNAME=animate + +all: animate.dat + +run: animate.dat + python3 animate.py animate.dat & + +animate.dat: + julia laser.jl > animate.dat + +clean: + rm -f animate.dat -- cgit v1.2.3-54-g00ecf