beeware / Python-Apple-support

A meta-package for building a version of Python that can be embedded into a macOS, iOS, tvOS or watchOS project.
MIT License
1.1k stars 159 forks source link

Use -C option for git and make commands #159

Closed afh closed 2 years ago

afh commented 2 years ago

instead of cd'ing into the desired directory before the git or make command.

I find these improve readability of the Makefile slightly by removing one indentation level. Curious what you think @freakboy3742.

PR Checklist:

afh commented 2 years ago

I mistook your comment about the major rework to mean rework in your cpython repo, apologies for that. Looking forward to the results of your rework.

Thank you for suggesting Toga and Briefcase while interesting and exciting project I do not take interest in these at the moment, but may revisit later; the same goes for SPM and CocoaPods.

Thanks for merging #158 and #160 and keep up the great work :)