portability fixes
[rrq/rrqmisc.git] / typing / 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