Skip to content
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

Makefile build-firmware fix #250

Merged
merged 2 commits into from
Jun 17, 2023

Conversation

peteruithoven
Copy link
Contributor

Fixes: #246

The *.{cpp,h} syntax didn't seem supported by the shell that executes the Makefile on Ubuntu 18.04 (sh, not bash or zsh). So I replaced it for 2 simpler steps.

Copy link
Owner

@ajfisher ajfisher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense

@ajfisher ajfisher merged commit 0f99f67 into ajfisher:master Jun 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cp: cannot stat './firmware/src/libs/firmata/arduino/*.{h,cpp}': No such file or directory
2 participants