From 2a0cc368b94d8fe5c31cc1fbe048de54274292e0 Mon Sep 17 00:00:00 2001 From: Raeez Lorgat Date: Tue, 6 Sep 2011 16:57:30 -0400 Subject: [PATCH] more detail in README --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 022cf94..52156ec 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ The Makefile in the root directory contains some common actions: - make - build and run the benchmark suite; results in dist/bm.html - make test - build and run the test suite + make - build and run the benchmark suite detailed in Util/Bench.hs; results written to dist/bm.html + make test - build and run the test suite detailed in Util.Test.hs; results written to stdout. make prof - build and run the profiling example (Util/Profile.hs) additionally, cabal builds the haskell library+documentation: