s3fs-fuse/Makefile
rrizun 4a30df1ff2 initial checkin
git-svn-id: http://s3fs.googlecode.com/svn/trunk@2 df820570-a93a-0410-bd06-b72b767a4274
2007-09-21 18:39:42 +00:00

7 lines
162 B
Makefile

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