I tried this
g++ hello_world.cc -Iinclude /some/path/{file1,file2}.a on terminal and it worked well.
However, I put this line into a Makefile, it said file /some/path/{file1,file2}.a not found. It seems that the brackets not work in Makefile.
I tried this g++ hello_world.cc -Iinclude /some/path/{file1,file2}.a on terminal and it worked well. However,
Share
It’s not clear what your question is, but try adding the line: