Skip to content

Commit 61117e1

Browse files
[STYLE] Apply changes from review (- WIP PR #82 -)
* fixes two minor typos in Makefile.
1 parent 0708ad1 commit 61117e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ MANIFEST.in: init
181181

182182
build: init ./setup.py MANIFEST.in
183183
$(QUIET)$(PYTHON) -W ignore -m build --sdist --wheel --no-isolation ./ || $(QUIET)$(PYTHON) -W ignore -m build ./ ;
184-
$(QUITE)$(WAIT)
184+
$(QUIET)$(WAIT)
185185
$(QUIET)$(ECHO) "build DONE."
186186

187187
init:
@@ -203,7 +203,7 @@ user-install: build
203203

204204
uninstall:
205205
$(QUIET)$(PYTHON) -m pip uninstall --use-pep517 $(PIP_ENV_FLAGS) --no-input -y pythonrepo 2>$(ERROR_LOG_PATH) || :
206-
$(QUITE)$(WAIT)
206+
$(QUIET)$(WAIT)
207207
$(QUIET)$(ECHO) "$@: Done."
208208

209209
legacy-purge: clean uninstall

0 commit comments

Comments
 (0)