blob: 5a7a37986475c3a477409803f0923e01b41c8a7a [file] [log] [blame]
#!/bin/bash
# Fail on any error.
set -e
# Display commands being run.
set -x
if [ ! -d "build" ]; then
mkdir build
fi
g++ -o build/test src/test.cc