Skip to content

Conversation

@mondeja
Copy link
Contributor

@mondeja mondeja commented Sep 9, 2020

  • Fix indent in make build.
  • @echo is failing in make build because is followed from &&. @ usage in Makefiles only is possible at the beggining of a command.
  • rm -fr $(VENV) replaced with rm -rf $(VENV) to keep consistence in make clean.

  • Corregida indentación en make build.
  • @echo está fallando en make build porque está seguido de &&. El uso de @ en Makefiles sólo es posible al principio de cada comando.
  • Reemplazado rm -fr $(VENV) con rm -rf $(VENV) para mantener la consistencia en make clean.

@mondeja mondeja changed the title Minor fixes in Makefile Minor fixes in Makefile/Cambios menores en Makefile Sep 9, 2020
@cmaureir
Copy link
Collaborator

Gracias @mondeja

@cmaureir cmaureir merged commit bfbba01 into python:3.8 Sep 11, 2020
@mondeja mondeja deleted the clean-makefile branch September 11, 2020 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants