From 7a7b26d93cd3b3547e459ad2612232814ab4624e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 26 Sep 2015 15:59:11 -1000 Subject: [PATCH] tools: include benchmark script in tags --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 64c6f5dec..21c1bfab7 100644 --- a/Makefile +++ b/Makefile @@ -104,6 +104,7 @@ MAIN=hledger/app/hledger-cli.hs # all source files in the project (plus a few strays like Setup.hs & hlint.hs) SOURCEFILES:= \ hledger/*hs \ + hledger/bench/*hs \ hledger/Hledger/*hs \ hledger/Hledger/*/*hs \ hledger-*/*hs \