SRCS	= table.c hash_fixed.c hash_str.c
OBJS	= table.o hash_fixed.o hash_str.o

#include "../Xo.tmpl"

NormalLibraryTarget(table,$(OBJS))
DependTarget()
NormalLintTarget($(SRCS))

