Skip to content

question about makefile #45

@xralphack

Description

@xralphack

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions