Makefile Practical Guide: Start from Scratch for Effortless Code Compilation
Introduction: Are you also a “Command Repeater”? Every time you compile code, you have to type a long string of commands: gcc -o app main.c tool.c -I./include -L./lib -lm…… Change a line of code, and you have to type it all over again; if you mistype a character, you have to start from scratch — … Read more