Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information