Blame build.sh

71057f
#!/bin/bash
71057f
71057f
set -e
71057f
71057f
c++ -Wall -g -pthread *.cpp -o tcplab
71057f