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