1 2 3 4 5 6 7
#!/bin/bash CFGS="\ cppbuild.cc \ subdir/cppbuild.cc \ " g++ -std=c++17 $CFGS -pthread libcppbuild.a -o cppbuild