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

fix 'make MODEL=bla' which is currently broken in master #227

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

dglynos
Copy link
Contributor

@dglynos dglynos commented Nov 29, 2023

the make MODEL=bla functionality is currently broken in master:

$ cp tm.py tm2.py
$ make MODEL=tm2
rm -rf dist/* build/* tm2
make tm2
make: *** No rule to make target 'tm2'.  Stop.
make: *** [Makefile:18: all] Error 2

The patch fixes this.

@dglynos dglynos requested a review from izar as a code owner November 29, 2023 12:18
@izar izar merged commit 47e0c9c into OWASP:master Nov 29, 2023
4 checks passed
@izar
Copy link
Collaborator

izar commented Nov 29, 2023

thank you @dglynos !

@dglynos
Copy link
Contributor Author

dglynos commented Nov 29, 2023

@izar you're welcome!

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