summaryrefslogtreecommitdiff
path: root/zsh/theme/Makefile
diff options
context:
space:
mode:
author2025-06-09 13:43:45 +0300
committer2025-06-09 13:55:38 +0300
commit97af93b2a8ebc89364852e3f63e9fd8cfedaeedf (patch)
tree27e2added74ee6c0ff91c9e7927491c661a8bb36 /zsh/theme/Makefile
parent04.06.2025 (diff)
downloaddotfiles-97af93b2a8ebc89364852e3f63e9fd8cfedaeedf.tar.gz
dotfiles-97af93b2a8ebc89364852e3f63e9fd8cfedaeedf.tar.bz2
dotfiles-97af93b2a8ebc89364852e3f63e9fd8cfedaeedf.tar.xz
dotfiles-97af93b2a8ebc89364852e3f63e9fd8cfedaeedf.zip
Перевёл dotfiles на stow
Diffstat (limited to 'zsh/theme/Makefile')
-rw-r--r--zsh/theme/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/zsh/theme/Makefile b/zsh/theme/Makefile
deleted file mode 100644
index 86e55ee..0000000
--- a/zsh/theme/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-ZSH := $(shell command -v zsh 2> /dev/null)
-
-all:
-
-zwc:
- $(MAKE) -C gitstatus zwc
- $(or $(ZSH),:) -fc 'for f in *.zsh-theme internal/*.zsh; do zcompile -R -- $$f.zwc $$f || exit; done'
-
-minify:
- $(MAKE) -C gitstatus minify
- rm -rf -- .git .gitattributes .gitignore LICENSE Makefile README.md font.md powerlevel10k.png
-
-pkg: zwc
- $(MAKE) -C gitstatus pkg