foundry-starter-kit icon indicating copy to clipboard operation
foundry-starter-kit copied to clipboard

Create Makefile.windows

Open PP-AR-T opened this issue 2 years ago • 0 comments

This small change allowed me to run "make" using windows, and to avoid errors like:

"rm -rf .gitmodules && rm -rf .git/modules/* && rm -rf lib && touch .gitmodules && git add . && git commit -m "modules" 'rm' is not recognized as an internal or external command, operable program or batch file."

Adding it in case its useful for other people running this in windows.

PP-AR-T avatar Nov 24 '23 13:11 PP-AR-T