summaryrefslogtreecommitdiff
path: root/build.sh
blob: 32347fde298e632d22c093d82112f19c93421ca9 (plain)
1
2
3
#!/bin/bash
CC=gcc
$CC -o toc main.c -O0 -g -Wall -Wextra -Wpedantic -Wconversion -Wshadow -Wno-unused-function -std=c11 || exit 1