I came here from ReedTripRadio. I ran into some errors while trying to compile on both MacOS and Raspbian, and it looks like otherusers have as well. It looks like make was getting confused with string and shell substitution.
This PR simplifies things by using make's internal string functions where possible. This works around the above compile errors and is more readable(IMHO).
I came here from ReedTripRadio. I ran into some errors while trying to compile on both MacOS and Raspbian, and it looks like other users have as well. It looks like make was getting confused with string and shell substitution.
This PR simplifies things by using make's internal string functions where possible. This works around the above compile errors and is more readable(IMHO).