X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=Makefile;h=54aedc97546bff4a1d3040c4f07a249ece918b81;hb=e91edf226b1f7e9b226f34f2fd4b46c7ab8e15f0;hp=8a1ea8177192ec5461850f683944ec7bc5f51320;hpb=f48181d57295355b68dffdd8fad5729bf952ba7a;p=bluesky.git diff --git a/Makefile b/Makefile index 8a1ea81..54aedc9 100644 --- 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