# we should use cabal RCPUS = 12 default: hello ./hello +RTS -N$(RCPUS) -qa -A32m hello: *.hs ghc -O2 hello.hs -rtsopts -threaded clean: rm *.o *.hi hello