ghci:
	ghci -i:src:debug:dist/build -lasound -Wall src/Sound/ALSA/PCM.hs

testbuild:
	runhaskell Setup configure --user -fdebug -fbuildExamples -fbuildTests
	runhaskell Setup build
	runhaskell Setup haddock
	runhaskell Setup clean
	runhaskell Setup configure --user -f-debug
	runhaskell Setup build
