Skip to content

Minor fixes in Makefile/Cambios menores en Makefile #745

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 11, 2020

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