8 lines
76 B
Makefile
8 lines
76 B
Makefile
|
|
||
|
PROG=arithoh
|
||
|
SRCS=arith.c
|
||
|
CPPFLAGS+=-Darithoh
|
||
|
MAN=
|
||
|
|
||
|
.include <bsd.prog.mk>
|