5 lines
52 B
Makefile
5 lines
52 B
Makefile
|
PROG= ft
|
||
|
SRCS= ft.c ftecc.c
|
||
|
|
||
|
.include <bsd.prog.mk>
|