s3fs-fuse/s3fs/Makefile

7 lines
162 B
Makefile
Raw Normal View History

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