From 3d4a3df342df828700c39de8cb393f4afddb8920 Mon Sep 17 00:00:00 2001 From: Jack Hodgkinson <30505104+jhodgdev@users.noreply.github.com> Date: Tue, 31 May 2022 15:09:53 +0100 Subject: [PATCH] Updated tag command in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6808e55..c2920c3 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ haddock: cabal haddock --haddock-html --haddock-hoogle --builddir=haddock tag: - hasktags -x agora agora-bench agora-test agora-testlib agora-sample agora-purescript-bridge + hasktags -x agora agora-bench agora-purescript-bridge agora-scripts agora-test agora-testlib lint: hlint agora agora-bench agora-test agora-testlib agora-sample agora-purescript-bridge