Skip to content

Rename the macOS build driver to Makefile.darwin - #84

Merged
desertkun merged 1 commit into
mainfrom
makefile-darwin
Sep 7, 2026
Merged

desertkun merged 1 commit into
mainfrom
makefile-darwin

Conversation

@morozov

@morozov morozov commented Sep 7, 2026

Copy link
Copy Markdown
Member

Makefile is generated by configure. #17 added a hand-written one under that name — the one that builds the macOS app with Xcode — and dropped /Makefile from .gitignore, so every autotools build that runs configure in the project root overwrites it. This side effect has to be worked around by backing it up (e.g. in #81):

cp -p "$SCRIPT_DIR/Makefile" "$MAKEFILE_BACKUP"

This PR renames it to Makefile.darwin and restores the ignore rule. Run it as make -f Makefile.darwin [target ...].

@desertkun
desertkun merged commit 1a11a30 into main Sep 7, 2026
4 checks passed
@desertkun
desertkun deleted the makefile-darwin branch September 7, 2026 17:49
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

Successfully merging this pull request may close these issues.

2 participants