summaryrefslogtreecommitdiff
path: root/build.sh
blob: 9bc24f5ad1d52e55044c30162238be86079fe60b (plain)
1
2
#!/bin/bash
gcc -o toc main.c -O0 -g -o toc -Wall -Wextra -Wpedantic -Wconversion -Wshadow -std=c11 || exit 1