From 37ef9f8cbdd66add388d7a54ba7685d4e718e859 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sat, 20 Jul 2013 19:45:26 -0400 Subject: [PATCH] Revert "remove -luv from Makefile" This reverts commit 0f7a71b3887891bee5994a52b01f2f68ed40eb00. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a26216d..d91eb64 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 -lkyotocabinet -lcurl + gcc -I/usr/local/include ./src/main.c -o ./out/fast-cache -L/usr/local/lib -luv -lkyotocabinet -lcurl debug: mkdir -p out