From 4307d9989502db5638658220d77be3a8cd8386b9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 26 Oct 2015 06:54:07 -0700 Subject: [PATCH] tools: include dev.hs in tags --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 82537d15a..6ec734039 100644 --- a/Makefile +++ b/Makefile @@ -103,6 +103,7 @@ MAIN=hledger/app/hledger-cli.hs # all source files in the project (plus a few strays like Setup.hs & hlint.hs) SOURCEFILES:= \ + dev.hs \ hledger/*hs \ hledger/bench/*hs \ hledger/Hledger/*hs \