Blob Blame Raw
#!/bin/bash

set -e

cc -O3 -Wall src/writing.c -o writing

echo "build success"