summaryrefslogtreecommitdiff
path: root/bootstrap.sh
blob: e589a2c1432b5de8d40e95fe7864d14da14cbb86 (plain)
1
2
3
4
#!/bin/bash
echo "Bootstrapping..."
g++ -std=c++17 -I. -Isrc -pthread src/*.cc ctor.cc -o ctor && \
echo "Done. Now run ./ctor to build."