Added echo message for Makefile lint
This commit is contained in:
parent
8296834b99
commit
cddc6e8adf
1 changed files with 2 additions and 1 deletions
3
Makefile
3
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 <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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue