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
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.
Hi,
Looks like Makefile is missing CC commands to actually build the source files.
May be it was left out intentionally?
Regards,
The text was updated successfully, but these errors were encountered: