5 lines
57 B
Makefile
5 lines
57 B
Makefile
|
all:
|
||
|
gcc main.c -std=c99 -o conway -g
|
||
|
debug:
|
||
|
gdb main
|