This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
ferrite
mirror of
https://github.com/brettlangdon/ferrite.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
remove -luv from Makefile
master
Brett Langdon
13 years ago
parent
d5353964d9
commit
0f7a71b388
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 -l
uv -l
kyotocabinet -lcurl
gcc -I/usr/local/include ./src/main.c -o ./out/fast-cache -L/usr/local/lib -lkyotocabinet -lcurl
debug
:
mkdir -p out
Write
Preview
Loading…
Cancel
Save