#!/bin/bash
echo "Bootstrapping..."
g++ -std=c++17 -I. -Isrc -pthread src/*.cc ctor.cc -o ctor && \
echo "Done. Now run ./ctor to build."