Ian Jauslin
summaryrefslogtreecommitdiff
blob: ecd00410d9857b143579ea11e39374ee0b177410 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
all: nematic.png

nematic.png:
	cp nematic-base.gp nematic.gp
	python nematic.py >> nematic.gp
	gnuplot nematic.gp > nematic.png

clean-aux:
	rm -f nematic.gp

clean: clean-aux
	rm -f nematic.png