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