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
The use of $^ vs $< is inconsistent throughout the makefiles (even when targets have a singular dependency, and so the difference doesn't matter — but is confusing when you add a second dependency)
Other inconsistencies are present (e.g. ${} vs $()). Probably some sort of style guide would be good here.
The text was updated successfully, but these errors were encountered:
Not perhaps a bug, but odd:
The use of
$^
vs$<
is inconsistent throughout the makefiles (even when targets have a singular dependency, and so the difference doesn't matter — but is confusing when you add a second dependency)Other inconsistencies are present (e.g.
${}
vs$()
). Probably some sort of style guide would be good here.The text was updated successfully, but these errors were encountered: