aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2021-07-02 15:37:14 +0300
committerRoman Perepelitsa <roman.perepelitsa@gmail.com>2021-07-02 15:37:14 +0300
commit05d71fe82cf1fead57d26ee1e70ccbfc76dce0a1 (patch)
treef7859097378dd662d1922849a24091c22c7abe1c
parent7f4a2741b541b0396526765b35e0c14b8a8284af (diff)
parent077abf95e0a3c6325a6cdd9761cab75b2f5468c6 (diff)
Merge commit '077abf95e0a3c6325a6cdd9761cab75b2f5468c6'
-rw-r--r--gitstatus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitstatus/Makefile b/gitstatus/Makefile
index 6040cbb1..450d5ea0 100644
--- a/gitstatus/Makefile
+++ b/gitstatus/Makefile
@@ -38,9 +38,9 @@ zwc:
$(or $(ZSH),:) -fc 'for f in *.zsh install; do zcompile -R -- $$f.zwc $$f || exit; done'
minify:
- rm -rf -- .git .vscode deps docs src usrbin/.gitkeep .clang-format .gitattributes .gitignore LICENSE Makefile README.md build mbuild
+ rm -rf -- .clang-format .git .gitattributes .gitignore .vscode deps docs src usrbin/.gitkeep LICENSE Makefile README.md build mbuild
-pkg: zwc minify
+pkg: zwc
GITSTATUS_DAEMON= GITSTATUS_CACHE_DIR=$(shell pwd)/usrbin ./install -f
-include $(OBJS:.o=.dep)