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
It seems that we have an ability to have named dependecies like (deps (:first-dep foo.cppo.ml) <other files that foo.ml includes>). Could we also have named targets? Or at least a variable that expands to first target (like in Makefile)?
The text was updated successfully, but these errors were encountered:
It seems that we have an ability to have named dependecies like
(deps (:first-dep foo.cppo.ml) <other files that foo.ml includes>)
. Could we also have named targets? Or at least a variable that expands to first target (like in Makefile)?The text was updated successfully, but these errors were encountered: