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

Makefile missing compile commands #3

Open
tfarina opened this issue Sep 9, 2014 · 1 comment
Open

Makefile missing compile commands #3

tfarina opened this issue Sep 9, 2014 · 1 comment

Comments

@tfarina
Copy link

tfarina commented Sep 9, 2014

Hi,

Looks like Makefile is missing CC commands to actually build the source files.

May be it was left out intentionally?

Regards,

@tkchia
Copy link

tkchia commented May 27, 2018

Hello @tfarina ,

The makefile should still work (and it does work on my Linux box).

Many versions of make have built-in "implicit rules" for building .o files from corresponding .c files. In particular, if you are using GNU make, you can say make -n -p to see its database of implicit rules.

Thank you!

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

2 participants