add descriptions for available make subcommands

This commit is contained in:
fanghr 2022-04-30 19:35:46 +08:00
parent 89dd30b1d8
commit dd2bc5c0d6

View file

@ -11,6 +11,9 @@ usage:
@echo " format -- Format the project"
@echo " haddock -- Generate Haddock docs for project"
@echo " tag -- Generate CTAGS and ETAGS files for project"
@echo " format_haskell -- Format haskell stuff, including source code and cabal files"
@echo " format_nix -- Format *.nix files only"
@echo " format_check -- Check if all haskell stuff have been formatted correctly"
hoogle:
pkill hoogle || true