Improve Makefile #15
Reference in New Issue
Block a user
Delete Branch "furtest/pepperOS:makefile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Extract the hard-coded names to variables to allow them to be changed on the command line (changing the CC for example).
Dynamically find all the c files to compile instead of having to maintain a list by hand.
Use implicit / dynamic rules to be able to only recompile the files that need it.
Move the PHONY annotations for better readability.