izar / pytm

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

Is the makefile broken? #218

Closed abair closed 11 months ago

abair commented 11 months ago

When I try to make I get this result:

❯ make                                                                                                                         │
rm -rf dist/* build/* tm/*
make: *** No rule to make target `tm/report.html', needed by `all'.  Stop.
izar commented 11 months ago

Yep, it was borked. Can you try with the one on fix-makefile until it gets merged? Thanks for the report!

abair commented 11 months ago

The fix-makefile branch is working :D

izar commented 11 months ago

Merged. Thanks for the help!