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