Closed dglynos closed 11 months ago
the make MODEL=bla functionality is currently broken in master:
make MODEL=bla
$ 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.
thank you @dglynos !
@izar you're welcome!
the
make MODEL=bla
functionality is currently broken in master:The patch fixes this.