siderolabs / kres

Tool to automate build instructions generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

export define HELP_MENU_HEADER does not work on macOS

AlekSi opened this issue · 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.