After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 767382 - Allow projects with just a Makefile to be compiled via "Build" button
Allow projects with just a Makefile to be compiled via "Build" button
Status: RESOLVED FIXED
Product: gnome-builder
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Builder Maintainers
GNOME Builder Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-06-08 10:12 UTC by f.alexander.wilms
Modified: 2017-03-07 01:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description f.alexander.wilms 2016-06-08 10:12:45 UTC
When doing coursework, I don't need autogen and configure files, but write only a very simple Makefile.

It would be nice if I could still compile the project with a click of a button. Builder would then just run make in the directory of the currently opened file (and ask where to run it if files from several directories are opened).

I have several folders in my project, each containing a single Makefile, but I'm not sure if that's how projects were intended to be used.

I imagine such a build configuration would suffice for many students.
Comment 1 Christian Hergert 2017-03-07 01:05:53 UTC
Fixed via bug 779684