7 lines
81 B
Makefile
7 lines
81 B
Makefile
PROG= life
|
|
MAN=
|
|
|
|
DPADD+= ${LIBCURSES}
|
|
LDADD+= -lcurses
|
|
|
|
.include <minix.prog.mk>
|