#!/bin/sh rm main # Release #gcc -std=gnu99 -Wall -Werror main.c -o main # Debug gcc -std=gnu99 -Wall -g -fsanitize=address main.c -o main ./main