packages feed

board-games-0.3: Makefile

ghci:
	ghci -Wall -i:src src/Game/Mastermind.hs

run-test:
	runhaskell Setup configure --user \
	  --enable-tests --enable-benchmarks -fbuildExamples
	runhaskell Setup build
	runhaskell Setup haddock
	./dist/build/board-games-test/board-games-test

criterion.html:	./dist/build/board-games-benchmark/board-games-benchmark
	$< --output=$@ $(patsubst %.html, %.csv, --csv=$@)