8 lines
123 B
Makefile
8 lines
123 B
Makefile
|
|
PROG= elvisrecover
|
|
#SRCS= elvisrecover.c
|
|
CFLAGS= -I${.CURDIR}/../elvis
|
|
|
|
.include <bsd.prog.mk>
|
|
.PATH: ${.CURDIR}/../elvis
|