mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-05 04:17:52 +00:00
b1927fcaf3
git-svn-id: http://s3fs.googlecode.com/svn/trunk@39 df820570-a93a-0410-bd06-b72b767a4274
7 lines
243 B
Makefile
7 lines
243 B
Makefile
all:
|
|
LSBCC_SHAREDLIBS=fuse:curl:ssl /opt/lsb/bin/lsbc++ -Wall -Wl,--allow-shlib-undefined $(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
|