ncurses-gameoflife/makefile
2020-06-24 04:05:49 +01:00

6 lines
58 B
Makefile

LDFLAGS=-lncurses
main: *.c
gcc *.c -o main ${LDFLAGS}