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
❯❯❯ make -n
date >foo
gzip -k foo
date >bar
gzip -k bar
❯❯❯ biomake -n 2>&1 | head -n1
Exception: error(syntax_error(GNU makefile parse error at line 3 of file Makefile: foo bar: %:),_2270)
The text was updated successfully, but these errors were encountered:
See https://www.gnu.org/software/make/manual/html_node/Static-Usage.html
and https://www.gnu.org/software/make/manual/html_node/Static-versus-Implicit.html
The text was updated successfully, but these errors were encountered: