diff --git a/Makefile b/Makefile index e695f6c..8ecc903 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ CFLAGS+= -O2 -Wall -Wextra -Wshadow -rdynamic\ -D_FILE_OFFSET_BITS=64 -DVERSION=\"$(VERSION)\" \ `pkg-config --cflags-only-I gumbo libcurl fuse uuid` LIBS = -pthread -lgumbo -lcurl -lfuse -lcrypto -luuid -COBJS = network.o fuse_local.o link.o cache.o util.o sonic.o +COBJS = network.o fuse_local.o link.o cache.o util.o main.o prefix ?= /usr/local