shinyblink / sled

Satanic/Sexy/Stupid/Silly/Shiny LED matrix controller
https://shinyblink.github.io/sled/
ISC License
122 stars 25 forks source link

Use make shell builtin instead of backticks #128

Closed fridtjof closed 3 years ago

fridtjof commented 3 years ago

This should make them more portable (in theory) when using shells that don't know about backticks

Also, it should increase compatibility with CLion, because it will no longer parse the backticked section as just arguments to the command being run