conway/Makefile
2022-03-12 00:50:24 +01:00

5 lines
57 B
Makefile

all:
gcc main.c -std=c99 -o conway -g
debug:
gdb main