major reorganisation
[rrq/rrqmisc.git] / vector / Makefile
1 LIBRARY = librrqvector.a
2 LIBOBJS = Vector.o HashVector.o
3
4 default: $(LIBRARY)
5 CLEANRM += $(LIBRARY)
6
7 include ../common.mk