You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shell brace expansion (*.{c,h} => *.c *.h) is a Bashism, so the `make clean`
step does not work properly on distributions which don’t have `bash` as
`/bin/sh`.
Fixed by manually expanding the pattern.
0 commit comments