ghci:
	ghci -Wall -i:src src/Synthesizer/ALSA/Storable/Server.hs

test:
	runhaskell Setup configure --user -fbuildExamples
	runhaskell Setup build
	runhaskell Setup haddock
