pablobuenaposada / HonDash

Dashboard for Hondata K-Pro & S300 ECUs
GNU Affero General Public License v3.0
66 stars 29 forks source link

Fixed lsb command if not linux in Makefile #71

Closed pablobuenaposada closed 4 years ago

pablobuenaposada commented 4 years ago

If lsb command is not available the Makefile would crash, this makes sure that the OS variable is correctly set in that case

pablobuenaposada commented 4 years ago

@AndreMiras