Browse Source

Revert "remove -luv from Makefile"

This reverts commit 0f7a71b388.
master
Brett Langdon 13 years ago
parent
commit
37ef9f8cbd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -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


Loading…
Cancel
Save