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

Consider moving away from and/or altering approach toward Makefiles #10

Open
anth-volk opened this issue Feb 5, 2025 · 0 comments
Open

Comments

@anth-volk
Copy link
Contributor

Makefiles are built on top of Unix utilities, so we've had more than one Windows contributor have issues properly running commands. We've also used them in less than ergonomic ways where we probably should've just used local configuration files (e.g., when we determine which database to use for the API based on the FLASK_DEBUG environment variable).

I'd like to find a solution, even if it still uses Make, that:

  1. Makes Windows-based contributions easier
  2. Enables a broader range of configuration options on run
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

1 participant