Skip to content

Conversation

qubitslabs
Copy link

@qubitslabs qubitslabs commented May 31, 2025

his pull request adds a Makefile.windows for Windows users who want to build the project using g++ (via Git Bash, MSYS2, or MinGW). The original Makefile uses Linux-specific commands (find, rm), which fail on Windows systems.

Changes:

Replaced find with wildcard

Used del instead of rm

Added Makefile.windows instead of modifying the original file to avoid affecting Linux users

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.

1 participant