CC=/mit/gnu/bin/gcc

all: test

test: test.o example.o
	$(CC) $^ -L/usr/athena/lib -lcom_err -o $@
