From 97ab63811f41799f9616add82554b756423e677e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 23 Aug 2015 21:41:20 -0700 Subject: [PATCH] tools: reenable make simplebench & generatejournal --- Makefile | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 064a6451f..287b8ebdc 100644 --- a/Makefile +++ b/Makefile @@ -475,11 +475,9 @@ dev-profile: $(SOURCEFILES) \ # ) # $(GHC) tools/doctest.hs -# tools/simplebench: tools/simplebench.hs \ -# $(call def-help,tools/simplebench,\ -# build the simple benchmark runner. Requires html and tabular.\ -# ) -# $(GHC) tools/simplebench.hs +tools/simplebench: tools/simplebench.hs \ + $(call def-help,tools/simplebench, build the standalone generic benchmark runner. Requires libs installed by stack build --bench. ) + stack exec -- $(GHC) tools/simplebench.hs # tools/criterionbench: tools/criterionbench.hs \ # $(call def-help,tools/criterionbench,\ @@ -493,11 +491,9 @@ dev-profile: $(SOURCEFILES) \ # ) # $(GHC) tools/progressionbench.hs -# tools/generatejournal: tools/generatejournal.hs \ -# $(call def-help,tools/generatejournal,\ -# build the generatejournal tool\ -# ) -# $(GHC) tools/generatejournal.hs +tools/generatejournal: tools/generatejournal.hs \ + $(call def-help,tools/generatejournal, build the generatejournal tool ) + $(GHC) tools/generatejournal.hs ############################################################################### $(call def-help-subsection,TESTING:)