Initial import

This commit is contained in:
Lucas Gabriel Vuotto 2025-01-28 00:24:03 +00:00
commit d95e10600c
5 changed files with 581 additions and 0 deletions

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
PROG= bt
NOMAN= noman
SRCS= bt.c bcode.c
WARNINGS= Yes
.include <bsd.prog.mk>