diff --git a/Makefile b/Makefile index 5891d3d..3077e0b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # This really ought to be `/usr/bin/env bash`, but nix flakes don't like that. SHELL := /bin/sh -.PHONY: hoogle format haddock usage lint +.PHONY: hoogle format haddock usage tag lint usage: @echo "usage: make [OPTIONS]" @@ -11,6 +11,7 @@ usage: @echo " format -- Format the project" @echo " haddock -- Generate Haddock docs for project" @echo " tag -- Generate CTAGS and ETAGS files for project" + @echo " lint -- Get hlint suggestions for project" hoogle: pkill hoogle || true