minix/commands/gomoku/Makefile
2010-05-12 16:28:54 +00:00

8 lines
83 B
Makefile

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