Jared AtandiforJared Keagojaredatandi.hashnode.net·Oct 7, 2022Make and Makefile: The ultimate tool to manage your projectsWhat 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, it is commonly believed that make is used only i...Discuss·1 like·260 readsShell(s) Tools and Shell ScriptingMakefile
Nikhil AkkiforNikhil Akki's blognikhilakki.hashnode.net·Jan 15, 2023Using Make for dev workflow automationIntro 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 could be a problem in lean OSes in a Server, VM o...Discuss·54 readsMakefile
Arnold KamanziforArnold Kamanzi's blogkarnold.hashnode.net·Mar 27, 2023Simplify Running Docker Commands With MakeTyping and running complex docker commands in the terminal can sometimes feel like repetitive and tedious work. In this article, we will learn how to simplify running docker commands by using Make and Makefiles. Pre-requisites To follow along with th...Discuss·54 readsDocker
Arnold KamanziforArnold Kamanzi's blogkarnold.hashnode.net·Mar 27, 2023Simplify Running Docker Commands With MakeTyping and running complex docker commands in the terminal can sometimes feel like repetitive and tedious work. In this article, we will learn how to simplify running docker commands by using Make and Makefiles. Pre-requisites To follow along with th...Discuss·54 readsDocker
Nikhil AkkiforNikhil Akki's blognikhilakki.hashnode.net·Jan 15, 2023Using Make for dev workflow automationIntro 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 could be a problem in lean OSes in a Server, VM o...Discuss·54 readsMakefile
Jared AtandiforJared Keagojaredatandi.hashnode.net·Oct 7, 2022Make and Makefile: The ultimate tool to manage your projectsWhat 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, it is commonly believed that make is used only i...Discuss·1 like·260 readsShell(s) Tools and Shell ScriptingMakefile