Start on a basic in-memory key/value store.
[bluesky.git] / Makefile
index 8a1ea81..54aedc9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ CFLAGS=-O -std=gnu99 -Wall -D_FILE_OFFSET_BITS=64 $(DEBUG) \
 LDFLAGS=$(DEBUG) $(shell pkg-config --libs $(PACKAGES))
 SUBDIRS=nfs3
 
-SRCS=dir.c inode.c
+SRCS=dir.c inode.c store.c
 OBJS=$(SRCS:.c=.o)
 
 all : bluesky