build_tools

Build Tools

September 28, 2020
build_tools, projects

What is a build tool? # A build tool is a programming utility that automates a software build task, such as compiling source code, cleaning temporary files, and so on. A popular open source build tool is Make, another popular build tool is Maven GNU Make # Make is a build tool released by GNU. Make was original designed to work with C source code. Make configurations are specified by a text file named Makefile. ...