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