GNOME Bugzilla – Bug 779684
make: Add makefile plugin
Last modified: 2017-03-07 00:44:46 UTC
This worked on a simple project I tested it on.
Created attachment 347347 [details] [review] make: Add makefile plugin This commit adds a plugin to provide very basic support for projects with Makefiles but without autotools. It essentially just knows how to run "make", "make clean", and "make install" in the source directory, but doesn't know how to find build targets (so the Run button doesn't work).
Just realized this is a duplicate of https://bugzilla.gnome.org/show_bug.cgi?id=767382 except that it runs make in the top-level source directory. Not sure how it could be made to behave well for Makefiles in subdirectories.
Looks good! Attachment 347347 [details] pushed as 33a0409 - make: Add makefile plugin