default: install

install: TatooineMesher

clean:
	rm -rf TatooineMesher

TatooineMesher:
	git clone -b PreCourlis https://github.com/arnaud-morvan/TatooineMesher.git
	cd TatooineMesher && git checkout 6c7caf353b947bb101bcb8ff00d5f90ff33df85d
	make -C TatooineMesher install
