nthconwayscurses/Makefile
2024-12-02 21:45:40 +01:00

3 lines
51 B
Makefile

conway: main.c
gcc -o conway main.c -lncurses -lm