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
As a workaround, a dummy target can be added, to get into the REPL, but it would be nice if this wasn't a problem when wanting to debug macro libraries or such.
The text was updated successfully, but these errors were encountered:
The example given isn't very compelling. How likely is it that someone will write a Makefile with no usable target? And if this is totally artificial or for testing, then creating a couple additional lines doesn't seem that hard.
I want to debug the following Makefile (the actual problem is irrelevant; the
make-dirs
call expands to nothing):Running remake results in the following:
As a workaround, a dummy target can be added, to get into the REPL, but it would be nice if this wasn't a problem when wanting to debug macro libraries or such.
The text was updated successfully, but these errors were encountered: