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

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