5 lines
57 B
Makefile
5 lines
57 B
Makefile
PROG= tr
|
|
SRCS= tr.c str.c
|
|
MAN=
|
|
|
|
.include <minix.prog.mk>
|