You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is a problem of your makefile setup. You recently removed/renamed the req1.req file right? In this case the problem is, that in the file .rmtoo_dependencies there is still a link to the old req1.req file. You need to make -B or make force or even make clean followed by make in order to remove the dangling files.
I've added my own requirements and able to generate artifacts. But if delete a sample req1, I get the following error:
make: *** No rule to make target `requirements/req1.req', needed by `artifacts/reqtopics.tex'. Stop.
Seems like the file is hardcoded in built in reqtopics.tex template.
Thanks.
The text was updated successfully, but these errors were encountered: