Add option to choose a specific make executable (#212)

* Add option to choose a specific make executable

* Add changelog fragment

* Fix pep8 issues

* Add ending dot to make option description

Co-Authored-By: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Paul Fariello 2020-04-23 21:10:36 +02:00 committed by GitHub
commit 546acdaac7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 6 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- "Add a make option to the make module to be able to choose a specific make executable"