5 lines
91 B
Makefile
5 lines
91 B
Makefile
LDFLAGS=-lncurses
|
|
|
|
main: main.c grid.c vect.c
|
|
gcc main.c grid.c vect.c -o main ${LDFLAGS}
|