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