6 lines
57 B
Makefile
6 lines
57 B
Makefile
|
|
PROG= sort
|
|
SRCS= sort.c error.c
|
|
|
|
.include <bsd.prog.mk>
|