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
This line means each object file has dependencies on .c file and all header file and Makefile
However in each project, each .c file did not have corresponding header file
For example blankLED project did not have blankLED.h file
So how to explain about this?
The text was updated successfully, but these errors were encountered:
%.o: %.c $(HEADERS) Makefile
This line means each object file has dependencies on .c file and all header file and Makefile
However in each project, each .c file did not have corresponding header file
For example blankLED project did not have blankLED.h file
So how to explain about this?
The text was updated successfully, but these errors were encountered: