From f34f94a8fd01975cf2e17a8a8a7e04665aed1cca Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Tue, 14 May 2019 11:28:19 -0400 Subject: As presented at tthe 121st Statistical Mechanics Meeting on 2019-05-14 --- 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-70-g09d2