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 see you expect make to print some number inside square brackets.
Why is it so? My make doesn't print this number (GNU Make 4.1 on Ubuntu 16.04) with the given flags from the manual (make -Bnwk -C directory)
The text was updated successfully, but these errors were encountered:
Thanks @lyonlh for explaining. This is causing the parser to fail on non recursive make. Should I pass some extra flag to make or maybe you should make this regex part optional?
On parser.py lines 35 and 36:
I see you expect make to print some number inside square brackets.
Why is it so? My make doesn't print this number (GNU Make 4.1 on Ubuntu 16.04) with the given flags from the manual (
make -Bnwk -C directory
)The text was updated successfully, but these errors were encountered: