bt/Makefile

9 lines
98 B
Makefile
Raw Permalink Normal View History

2025-01-28 01:24:03 +01:00
PROG= bt
NOMAN= noman
2025-02-10 02:30:29 +01:00
SRCS= bt.c bcode.c tracker.c util.c
2025-01-28 01:24:03 +01:00
WARNINGS= Yes
.include <bsd.prog.mk>