aboutsummaryrefslogtreecommitdiff
path: root/Makefile
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
commit077abf95e0a3c6325a6cdd9761cab75b2f5468c6 (patch)
treeb9131e2b8c2c4956c89af45a2853bab0d5a779f9 /Makefile
parent63a009669a7ed6aa6040f0af008adfb62829188c (diff)
Squashed 'gitstatus/' changes from 4b4226ca..0440e38b
0440e38b sort files lexicographically 1c3157e9 don't minify from pkg target git-subtree-dir: gitstatus git-subtree-split: 0440e38b336aaf992aabf3649bf4a7f65f396c0a
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6040cbb1..450d5ea0 100644
--- a/Makefile
+++ b/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)