Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これを端末で試したところ、 g++ hello_world.cc -Iinclude /some/path/{file1,file2}.aうまくいきました。ただし、この行をMakefileに入れると、file /some/path/{file1,file2}.a not foundと表示されました。Makefile ではブラケットが機能しないようです。
g++ hello_world.cc -Iinclude /some/path/{file1,file2}.a
あなたの質問が何であるかは明確ではありませんが、次の行を追加してみてください。
SHELL=/bin/bash