ghci:
	ghci -Wall -fobject-code -O -i:src src/Synthesizer/MIDI/Storable.hs

ghci7:
	ghci -XCPP -DNoImplicitPrelude=RebindableSyntax -Wall -i:src src/Synthesizer/MIDI/Storable.hs

testbuild:
	runhaskell Setup configure --user --enable-tests -fbuildExamples
	runhaskell Setup build
	runhaskell Setup haddock

test:	testbuild
	./dist/build/test/test +RTS -M16m -RTS
