-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backticks in linux example makefile #267
Comments
you forgot that github uses those as special characters. the working version is this:
|
corrected, thanks |
Thanks! On Fri, Oct 2, 2015 at 1:31 PM, federico lopez [email protected]
Morgan Packard |
yes, that change is fine. |
Add backticks for build to UNIX_JACK. #267
To compile for UNIX_JACK I had to put backticks to part of line 52
https://github.com/TonicAudio/Tonic/blob/master/examples/Standalone/Linux/Makefile#L53
not working :
working
thanks to @falkTX
The text was updated successfully, but these errors were encountered: