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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Windows make equivalent #25

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

foster999
Copy link

@foster999 foster999 commented Mar 15, 2021

Adds a make.bat file to mimic the action of Makefile on Windows. Run using make in the same directory as make.bat.

This make.bat was generated using make-to-batch, however, there are a additional steps needed after conversion:

  • Substitute python3 with python
  • Remove or replace .DEFAULT_GOAL with a batch equivalent
  • Replace the syntax for creating a clean directory (under prepare_docs_folder in this case)

Ideally, these would be rectified by a series of shell commands, so that the make.bat can be reproducibly generated when the Makefile changes. The same steps should work for converting the current Makefile at the project root too, if this is useful for development of the template on Windows.

@Kiki-Jiji I don't have easy access to unix at work, so any help with the above would be very welcome 馃槃

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.

None yet

1 participant