Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

export define HELP_MENU_HEADER does not work on macOS #68

Open
AlekSi opened this issue May 13, 2021 · 1 comment
Open

export define HELP_MENU_HEADER does not work on macOS #68

AlekSi opened this issue May 13, 2021 · 1 comment

Comments

@AlekSi
Copy link
Contributor

AlekSi commented May 13, 2021

# help menu

export define HELP_MENU_HEADER
# Getting Started

To build this project, you must have the following installed:

Not sure why we use export define there, but it doesn't work on macOS with the default GNU Make 3.81:

$ make
Makefile:52: *** missing separator.  Stop.

Removing export helps.

@samip5
Copy link

samip5 commented Aug 4, 2024

That just means you're using too old Make. Install it from brew and it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants