mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-04 21:56:46 +01:00
Merge commit '9401ed17c0'
This commit is contained in:
commit
69d726d9fb
1 changed files with 11 additions and 0 deletions
|
|
@ -44,3 +44,14 @@ pkg: zwc
|
||||||
GITSTATUS_DAEMON= GITSTATUS_CACHE_DIR=$(shell pwd)/usrbin ./install -f
|
GITSTATUS_DAEMON= GITSTATUS_CACHE_DIR=$(shell pwd)/usrbin ./install -f
|
||||||
|
|
||||||
-include $(OBJS:.o=.dep)
|
-include $(OBJS:.o=.dep)
|
||||||
|
|
||||||
|
.PHONY: help
|
||||||
|
|
||||||
|
help:
|
||||||
|
@echo "Usage: make [TARGET]"
|
||||||
|
@echo "Available targets:"
|
||||||
|
@echo " all Build $(APPNAME) (default target)"
|
||||||
|
@echo " clean Remove generated files and directories"
|
||||||
|
@echo " zwc Compile Zsh files"
|
||||||
|
@echo " minify Remove unnecessary files and folders"
|
||||||
|
@echo " pkg Create a package"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue