From 1e3d2d145e0fde6838683913bebb2645d09ec63c Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sat, 20 Jul 2013 19:48:00 -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