Added echo message for Makefile lint

This commit is contained in:
Jack Hodgkinson 2022-05-06 11:22:40 +01:00
parent 8296834b99
commit cddc6e8adf

View file

@ -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 <command> [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