File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 52
52
53
53
# targets
54
54
.PHONY : all
55
- all : help asdf xcode brew jq pre-commit sccache task yq # # run all targets
55
+ all : help asdf xcode brew copier jq pre-commit sccache task yq # # run all targets
56
56
57
57
xcode : # # install xcode command line tools
58
58
ifeq ($(UNAME ) , Darwin)
@@ -106,6 +106,9 @@ asdf: xcode ## install asdf
106
106
echo " asdf already installed." ; \
107
107
fi
108
108
109
+ copier : brew # # install copier
110
+ $(call brew_install,copier)
111
+
109
112
jq : brew # # install jq
110
113
$(call brew_install,jq)
111
114
@@ -121,7 +124,7 @@ task: brew ## install taskfile
121
124
yq : brew # # install yq
122
125
$(call brew_install,yq)
123
126
124
- install : xcode asdf brew jq pre-commit sccache task yq # # install dependencies
127
+ install : xcode asdf brew copier jq pre-commit sccache task yq # # install dependencies
125
128
126
129
help : # # show this help
127
130
@echo ' '
You can’t perform that action at this time.
0 commit comments