izar / pytm

A Pythonic framework for threat modeling
Other
861 stars 161 forks source link

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

Closed dglynos closed 7 months ago

dglynos commented 7 months ago

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.

izar commented 7 months ago

thank you @dglynos !

dglynos commented 7 months ago

@izar you're welcome!