GNU make is a tool which controls the generation of executables and other non-source files of a program from the program’s source files.
This add-on integrates build-essentials, which contain make into your DDEV project.
See Learn Makefile.
ddev add-on get tyler36/ddev-make
This add-on provides a helper command:
ddev make
All flags and arguments are passed through to the command.
ddev make runs relative to the host working directory.
For example:
Given the following folder structure:
project
├── .ddev
└── tests
└── Makefile
cd tests && ddev make will run correctly run the tests/Makefile.
Contributed and maintained by @tyler36