Skip to content
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

Makefile code incorrect for MacOS #10

Open
Lqurens opened this issue Nov 22, 2020 · 1 comment
Open

Makefile code incorrect for MacOS #10

Lqurens opened this issue Nov 22, 2020 · 1 comment

Comments

@Lqurens
Copy link

Lqurens commented Nov 22, 2020

as the title says
the code for the Makefile file is incorrect for MacOS
it now is:
find -name '*.pyc' -delete find -name __pycache__ -delete python src/main.py

but should be:
find . -name '*.pyc' -delete find . -name __pycache__ -delete python src/main.py

Although even after doing this its not working for MacOS but that had to be said.

@avp90
Copy link

avp90 commented Dec 31, 2020

The Makefile should depend in OS, like seen on Stackoverflow: OS detecting makefile

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

No branches or pull requests

2 participants