Raised: $0
0% of monthly goal Help us cross the finish line!
Goal: $12,000
Raised: $0 Goal: $12,000
0% of monthly goal Help us cross the finish line!
Sponsor DDEV

add-on registry tests last commit release

ddev-make

Overview

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.

Installation

ddev add-on get tyler36/ddev-make

Usage

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.

Credits

Contributed and maintained by @tyler36