diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-08-10 12:48:54 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-08-10 12:48:54 +0300 |
commit | 69d726d9fbe5bcd1f590ce06184727d9563e9950 (patch) | |
tree | b4c4bd5ff39bb48d6ee9dadbc6b0543266183523 /gitstatus/Makefile | |
parent | 2d9c1f271b67c2f4553d814b27eb79e5bf6c691e (diff) | |
parent | 9401ed17c0a8c3d1654214a204b8d5b5f7ccf386 (diff) |
Merge commit '9401ed17c0a8c3d1654214a204b8d5b5f7ccf386'
Diffstat (limited to 'gitstatus/Makefile')
-rw-r--r-- | gitstatus/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gitstatus/Makefile b/gitstatus/Makefile index 450d5ea0..fede08af 100644 --- a/gitstatus/Makefile +++ b/gitstatus/Makefile @@ -44,3 +44,14 @@ pkg: zwc GITSTATUS_DAEMON= GITSTATUS_CACHE_DIR=$(shell pwd)/usrbin ./install -f -include $(OBJS:.o=.dep) + +.PHONY: help + +help: + @echo "Usage: make [TARGET]" + @echo "Available targets:" + @echo " all Build $(APPNAME) (default target)" + @echo " clean Remove generated files and directories" + @echo " zwc Compile Zsh files" + @echo " minify Remove unnecessary files and folders" + @echo " pkg Create a package" |