s3fs-fuse/s3fs/Makefile
rrizun 4af3aa98ae mac friendly
git-svn-id: http://s3fs.googlecode.com/svn/trunk@100 df820570-a93a-0410-bd06-b72b767a4274
2008-02-24 21:02:17 +00:00

7 lines
208 B
Makefile

all:
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:
rm -f s3fs s3fs.o