7 lines
94 B
Makefile
7 lines
94 B
Makefile
# @(#)Makefile 5.2 (Berkeley) 6/29/90
|
|
|
|
PROG= vis
|
|
SRCS= vis.c foldit.c
|
|
|
|
.include <bsd.prog.mk>
|