mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
tools: reenable make simplebench & generatejournal
This commit is contained in:
parent
94e7d026d6
commit
97ab63811f
16
Makefile
16
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:)
|
||||
|
Loading…
Reference in New Issue
Block a user