Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Conversation

@alvarezp
Copy link

@alvarezp alvarezp commented Dec 1, 2013

Hi. The buildpack doesn't check for the existence of a GNUmakefile, which is a valid name for a makefile under GNU Make, but specific to GNU Make. A reason to use this file is, for example, if a project uses GNU Make extensions and a wishes to provide only GNUmakefile and leave the chance to create a more portable Makefile later.

According to the manual, GNU Make looks for Make files in the following order: GNUmakefile, makefile, Makefile.

I'm not sure if this is the correct fix and it is untested. What do you think? Comments and rejections welcome. Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant