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
I wonder if there is an error at line 59 in the Makefile. A dependency is declared with $(SOURCE_FILES) whereas this variable does not exist. Did I miss something ? The right dependency may be $(SRCS) ?
Hello,
I wonder if there is an error at line 59 in the Makefile. A dependency is declared with$(SOURCE_FILES) whereas this variable does not exist. Did I miss something ? The right dependency may be $ (SRCS) ?
Christophe