Ian Jauslin
summaryrefslogtreecommitdiff
blob: 9b66e375be0bf3c4e91e5d6d38a2d62e4e12ff18 (plain)
1
2
3
4
5
6
7
8
9
10
11
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