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
add debug to Makefile
master
Brett Langdon
13 years ago
parent
4d3de5485c
commit
502370f7ad
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
Makefile
+ 4
- 0
Makefile
View File
@ -2,6 +2,10 @@ all:
mkdir -p out
gcc -I/usr/local/include -I~/Downloads/libuv-0.10.12/include ./src/main.c -o ./out/fast-cache -L/usr/local/lib -luv -lkyotocabinet -lcurl
debug
:
mkdir -p out
gcc -I/usr/local/include -I~/Downloads/libuv-0.10.12/include ./src/main.c -o ./out/fast-cache -L/usr/local/lib -luv -lkyotocabinet -lcurl -g
run
:
./out/fast-cache
Write
Preview
Loading…
Cancel
Save