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
Like :=, this is just syntactic sugar to make makefile writers more comfortable
-- declare stringlocalflags='-Wall'-- declare tablelocalsrc= {}
-- when the LHS of += is a string, append one space and RHSflags+=-Os-- when the LHS of += is a table, append RHS converted to stringsrc+=main.c
The text was updated successfully, but these errors were encountered:
Like :=, this is just syntactic sugar to make makefile writers more comfortable
The text was updated successfully, but these errors were encountered: