mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-05 04:17:52 +00:00
mac friendly
git-svn-id: http://s3fs.googlecode.com/svn/trunk@100 df820570-a93a-0410-bd06-b72b767a4274
This commit is contained in:
parent
53f27fbc4c
commit
4af3aa98ae
@ -1,5 +1,5 @@
|
||||
all:
|
||||
g++ -Wall $(shell pkg-config fuse --cflags --libs) -lcurl $(shell xml2-config --cflags --libs) -lssl -ggdb s3fs.cpp -o s3fs
|
||||
g++ -ggdb -Wall $(shell pkg-config fuse --cflags --libs) $(shell pkg-config libcurl --cflags --libs) $(shell xml2-config --cflags --libs) -lcrypto s3fs.cpp -o s3fs
|
||||
@echo ok!
|
||||
|
||||
clean:
|
||||
|
Loading…
Reference in New Issue
Block a user