tests: Use ManyTasks NotAll Tree ./ManyTasks +RTS -N2 -RTS ./NotAll +RTS -N2 -RTS ./Use +RTS -N2 -RTS ./Tree +RTS -N2 -RTS Use: Use.hs Fib.hs ../../Control/Concurrent/Bag/Safe.hs ../../Control/Concurrent/Bag/Basic.hs ghc -O3 -i../.. --make -threaded Use.hs ManyTasks: ManyTasks.hs Fib.hs ../../Control/Concurrent/Bag/Safe.hs ../../Control/Concurrent/Bag/Basic.hs ghc -O3 -i../.. --make -threaded ManyTasks.hs NotAll: NotAll.hs Fib.hs ../../Control/Concurrent/Bag/Safe.hs ../../Control/Concurrent/Bag/Basic.hs ghc -O3 -i../.. --make -rtsopts -debug -threaded NotAll.hs Tree: Tree.hs ../../Control/Concurrent/Bag/Safe.hs ../../Control/Concurrent/Bag/Basic.hs ghc -O3 -i../.. --make -rtsopts -debug -threaded Tree.hs clean: Use ManyTasks NotAll Tree rm -f Use ManyTasks NotAll Tree