add descriptions for available make subcommands

This commit is contained in:
fanghr 2022-04-30 19:35:46 +08:00
parent bfebc95ce3
commit 8e1eb328a3
No known key found for this signature in database
GPG key ID: 35CD9A71CD5D5870

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