ncurses-gameoflife/makefile
2020-06-23 02:34:29 +01:00

5 lines
57 B
Makefile

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