You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Makes Windows-based contributions easier
Enables a broader range of configuration options on run
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: