conway/Makefile

5 lines
57 B
Makefile
Raw Normal View History

2022-03-12 00:50:24 +01:00
all:
gcc main.c -std=c99 -o conway -g
debug:
gdb main