Gentle Introduction to Makefile
Makefile contains blocks of shell code organized under rules. The GNU make program interprets Makefile and automatically optimizes the order in which your code runs.
Shell Basics
To understand the examples, we use two commands for demonstration:
# pr...
jennydaman.hashnode.dev4 min read