kres icon indicating copy to clipboard operation
kres copied to clipboard

export define HELP_MENU_HEADER does not work on macOS

Open AlekSi opened this issue 3 years ago • 1 comments

# 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.

AlekSi avatar May 13 '21 06:05 AlekSi

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

samip5 avatar Aug 04 '24 04:08 samip5