.PHONY : test hath: src/*.hs runghc Setup.hs clean runghc Setup.hs configure --user runghc Setup.hs build profile: src/*.hs runghc Setup.hs clean runghc Setup.hs configure --user --enable-executable-profiling runghc Setup.hs build clean: runghc Setup.hs clean test: runghc -i"src" test/TestSuite.hs