minix3/benchmarks/unixbench-5.1.2/pgms/arithoh/Makefile

8 lines
76 B
Makefile
Raw Normal View History

2020-02-21 00:59:27 +05:30
PROG=arithoh
SRCS=arith.c
CPPFLAGS+=-Darithoh
MAN=
.include <bsd.prog.mk>