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
Typing biomake xyz with the following Makefile causes biomake to bail out with the error "Exceeds maximum length of dependency chain". GNU Make does not exhibit this behavior.
%: %.foo
touch $@
The text was updated successfully, but these errors were encountered:
Typing
biomake xyz
with the following Makefile causes biomake to bail out with the error "Exceeds maximum length of dependency chain". GNU Make does not exhibit this behavior.The text was updated successfully, but these errors were encountered: