Skip to content

Commit

Permalink
Ok, disregard City that was a bad idea
Browse files Browse the repository at this point in the history
  • Loading branch information
vmg committed Aug 4, 2012
1 parent 03155a0 commit 21ae03e
Show file tree
Hide file tree
Showing 7 changed files with 338 additions and 629 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ PY_MOD_DIR := $(shell $(PYTHON) -c "import distutils.sysconfig ; print(distutils
PY_FLAGS = --build-lib=$(PY_BLDDIR) --build-temp=$(PY_BLDDIR)
PY_BLD_ENV = INCPATH="$(SRCDIR) $(INCPATH)" LIBPATH="$(BLDDIR) $(LIBPATH)"

SRCS_LIBDABLOOMS = city.c dablooms.c
SRCS_LIBDABLOOMS = murmur.c dablooms.c
SRCS_TESTS = test_dablooms.c
WORDS = /usr/share/dict/words
OBJS_LIBDABLOOMS = $(patsubst %.c, $(BLDDIR)/%.o, $(SRCS_LIBDABLOOMS))
Expand Down
Loading

0 comments on commit 21ae03e

Please sign in to comment.