main Makefile
1CC ?= cc
2CFLAGS += -g -Oz -Wall -Wextra -std=c99 -pedantic
3
4all: gol
5gol: gol.c