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
There is also a special syntax target^ for specifying a target as the first output of some rule containing the source you put in the command line, if one exists. For example, if you specify target as foo.c^ then foo.o will get built (assuming you have those targets in your build files).
Can you please make these special foo.c^ targets behave as regular targets in all ninja commands by simply "dereferencing" them first? For example, while building foo.c^ works, this breaks:
From the manual:
Can you please make these special
foo.c^
targets behave as regular targets in all ninja commands by simply "dereferencing" them first? For example, while buildingfoo.c^
works, this breaks:The text was updated successfully, but these errors were encountered: