Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question about makefile #45

Open
xralphack opened this issue Dec 5, 2019 · 0 comments
Open

question about makefile #45

xralphack opened this issue Dec 5, 2019 · 0 comments

Comments

@xralphack
Copy link

%.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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant