© 2023 Hashnode
#make
Intro I used to use Python or (mostly) Bash scripts to configure command-line automation, writing Python scripts is a lot more powerful but it comes with a dependency i.e. the Python interpreter. This…
What is the difference between a make and makefile? A Makefile is a specific file format used by the "make" utility program to determine how to compile and link a group of source code files. Sometimes…