summaryrefslogtreecommitdiff
path: root/bootstrap.sh
blob: 0172c10bf7e1fab087e9b00ea5d83c76d2bca123 (plain)
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