From 8e1eb328a3e6418753111f5d6601a39d150af7ad Mon Sep 17 00:00:00 2001 From: fanghr Date: Sat, 30 Apr 2022 19:35:46 +0800 Subject: [PATCH] add descriptions for available make subcommands --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 6a3164c..36a13e3 100644 --- a/Makefile +++ b/Makefile @@ -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