macalimlim / godot-rust-template

A template for godot-rust projects
MIT License
51 stars 22 forks source link

make the run target of the Makefile to be platform dependent #18

Closed macalimlim closed 3 years ago

macalimlim commented 4 years ago

currently the makefile's run target assumes that you are on linux x86-64, make it so that the run command is dependent on the user's platform.