# Description file for crt: primitive functions, arithmetic etc.

OBJECTS =	arith.d 

all:		$(OBJECTS)


arith.d:	arith.b86
		a86 arith

