Instead of hard coding a space after `make` for the default command, always put a space. If the user changes the command, it's easy for them to remove the trailing space, and the argument can then change which command is run. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3825
-- Commit Summary --
* [Make Custom Target] Always put a space between command and argument
-- File Changes --
M src/build.c (8)
-- Patch Links --
https://github.com/geany/geany/pull/3825.patch https://github.com/geany/geany/pull/3825.diff