all: runhaskell Setup.lhs configure --user --prefix $(HOME)/programming/haskell/install runhaskell Setup.lhs build runhaskell Setup.lhs haddock runhaskell Setup.lhs install --user clean: runhaskell Setup.lhs clean ghci: ghci -i:src -Wall src/Sound/SC3/Example/Effect.hs