91272e5276fe103883a724dbc5afd4c4fc4222b4
[rrq/rrqmisc.git] / Makefile
1 LIBRARY = librrqtyping.a
2 LIBOBJS += ItemKeyFun.o integeritem.o stringitem.o
3
4 default: $(LIBRARY)
5
6 all: default
7
8 include ../common.mk