# drone-plugin-make Drone plugin to run `make` command. Usage example: ``` #... steps: - name: make image: eumau/drone-plugin-make settings: targets: - target1 - target2 options: "-k" ``` Note that `options` should be provided as a string.