my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
354 B

3 years ago
  1. ZSH := $(shell command -v zsh 2> /dev/null)
  2. all:
  3. zwc:
  4. $(MAKE) -C gitstatus zwc
  5. $(or $(ZSH),:) -fc 'for f in *.zsh-theme internal/*.zsh; do zcompile -R -- $$f.zwc $$f || exit; done'
  6. minify:
  7. $(MAKE) -C gitstatus minify
  8. rm -rf -- .git .gitattributes .gitignore LICENSE Makefile README.md font.md powerlevel10k.png
  9. pkg: zwc
  10. $(MAKE) -C gitstatus pkg