summaryrefslogtreecommitdiff
path: root/build.sh
blob: e8bd52e306bc18dbcd24c9fff400aabd7bf4b450 (plain)
1
2
3
#!/bin/bash

gcc -o toc main.c -g -o toc -Wall -Wextra -Wpedantic -Wconversion -std=c11 || exit 1