4d09b8408a
for convenient crosscompiling & running. Change-Id: I7dfcea109c00e1457f9de9b2e6437fe6cf925ba7
7 lines
76 B
Makefile
7 lines
76 B
Makefile
|
|
PROG=arithoh
|
|
SRCS=arith.c
|
|
CPPFLAGS+=-Darithoh
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|