Files
minix/commands/gomoku/Makefile
T

8 lines
83 B
Makefile

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