Added echo message for Makefile lint
This commit is contained in:
parent
b870b3c545
commit
a59ffb221d
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.
|
# This really ought to be `/usr/bin/env bash`, but nix flakes don't like that.
|
||||||
SHELL := /bin/sh
|
SHELL := /bin/sh
|
||||||
|
|
||||||
.PHONY: hoogle format haddock usage lint
|
.PHONY: hoogle format haddock usage tag lint
|
||||||
|
|
||||||
usage:
|
usage:
|
||||||
@echo "usage: make <command> [OPTIONS]"
|
@echo "usage: make <command> [OPTIONS]"
|
||||||
|
|
@ -11,6 +11,7 @@ usage:
|
||||||
@echo " format -- Format the project"
|
@echo " format -- Format the project"
|
||||||
@echo " haddock -- Generate Haddock docs for project"
|
@echo " haddock -- Generate Haddock docs for project"
|
||||||
@echo " tag -- Generate CTAGS and ETAGS files for project"
|
@echo " tag -- Generate CTAGS and ETAGS files for project"
|
||||||
|
@echo " lint -- Get hlint suggestions for project"
|
||||||
|
|
||||||
hoogle:
|
hoogle:
|
||||||
pkill hoogle || true
|
pkill hoogle || true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue