bt/Makefile

9 lines
98 B
Makefile

PROG= bt
NOMAN= noman
SRCS= bt.c bcode.c tracker.c util.c
WARNINGS= Yes
.include <bsd.prog.mk>