From 0f7a71b3887891bee5994a52b01f2f68ed40eb00 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sat, 20 Jul 2013 18:41:15 -0400 Subject: [PATCH] remove -luv from Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d91eb64..a26216d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: mkdir -p out - gcc -I/usr/local/include ./src/main.c -o ./out/fast-cache -L/usr/local/lib -luv -lkyotocabinet -lcurl + gcc -I/usr/local/include ./src/main.c -o ./out/fast-cache -L/usr/local/lib -lkyotocabinet -lcurl debug: mkdir -p out