From fbc8d3f8b2c4fee631c25dd37580698c55915cb6 Mon Sep 17 00:00:00 2001 From: Fufu Fang Date: Mon, 21 Oct 2019 23:17:13 +0100 Subject: [PATCH] Prepare to merge with master --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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