all: voteur

voteur: voteur.ml
	ocamlc -o $@ $^

test:
	./generator.py
	./run.sh test2.in > test2.out

clean:
	rm -rf *.cm? *~

mrproper: clean
	rm voteur