
PRIMARY		= whead.h N3.h whead.c N3.c resdump.c

DERIVED		= whead.o N3.o resdump.o

whead	: $(DERIVED)
		$(CC) -o whead $(DERIVED)

