SOURCE = String.c primes.c
LIB_OBJECTS = String.o primes.o

include ../lib/make.init

#
# targets
#
all:	adt.olib

clean:	very.clean
