Files
minix/commands/life/Makefile
T

8 lines
81 B
Makefile

PROG= life
MAN=
DPADD+= ${LIBCURSES}
LDADD+= -lcurses
.include <minix.prog.mk>