Mark some non-file targets as phony
Targets that do not create files named after the targets need to be phony. This avoids conflicts with accidentally created files and increases performance very slightly. Suggested-by: checkmake See-also: https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html
Loading
Please register or sign in to comment