.PHONY: extraction clean

extraction:
	sh extraction-test.sh

clean:
	rm -rf output
	rm -f **/.*.aux **/*.{vo,vos,vok,glob}
