ericstoneking / 42

Simulation for spacecraft attitude control system analysis and design
255 stars 83 forks source link

Additional support for Windows and MinGW #146

Open jondavis847 opened 1 month ago

jondavis847 commented 1 month ago

Attempting to compile with MinGW fails due to unix linking functions in the MakeFile. Add some logic in the MakeFile to support windows linking functions and compiling 42 as native windows target.