s3fs-fuse/s3fs/Makefile
rrizun 56915cdf88 added -lssl for ubuntu
git-svn-id: http://s3fs.googlecode.com/svn/trunk@36 df820570-a93a-0410-bd06-b72b767a4274
2007-12-17 23:32:20 +00:00

7 lines
168 B
Makefile

all:
g++ -Wall $(shell pkg-config fuse --cflags --libs) -lcurl $(shell xml2-config --cflags --libs) -lssl -ggdb s3fs.cpp -o s3fs
@echo ok!
clean:
rm -f s3fs s3fs.o