4d09b8408a
for convenient crosscompiling & running. Change-Id: I7dfcea109c00e1457f9de9b2e6437fe6cf925ba7
7 lines
75 B
Makefile
7 lines
75 B
Makefile
|
|
PROG=int
|
|
SRCS=arith.c
|
|
CPPFLAGS=-Ddatum='int'
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|