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
{{ message }}
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
* Remove "-c" from CFLAGS and hard-code it into the recipe -- CFLAGS
should be overridable from the command-line but not including "-c"
should never invoke the linker on object files
* Use real target names for library files instead of phony targets
* Add install and install-shared targets
* Use $(OBJECTS) instead of *.o
* Use .PHONY to properly mark phony targets
0 commit comments