You've already forked powerlevel10k
							
							
				mirror of
				https://github.com/romkatv/powerlevel10k.git
				synced 2025-10-30 23:17:39 +02:00 
			
		
		
		
	44504a24 make: remove -Wall 8795883c Specify cmake generator in build file (#441) 3e08476b docs: the project is on life support 12e6a689 Add support to build e2k arch. (#432) a952c3f6 bump version to v1.5.5 git-subtree-dir: gitstatus git-subtree-split: 44504a24b1b999a4f56ff74c75b8215bdcadee1f
		
			
				
	
	
		
			15 lines
		
	
	
		
			354 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			354 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| 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
 |