mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-05 04:17:52 +00:00
added install and dist targets
git-svn-id: http://s3fs.googlecode.com/svn/trunk@124 df820570-a93a-0410-bd06-b72b767a4274
This commit is contained in:
parent
01a6db1c2c
commit
babafd3f29
@ -2,5 +2,11 @@ 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!
|
||||
|
||||
install: all
|
||||
cp -f s3fs /usr/bin
|
||||
|
||||
dist: all
|
||||
tar -cvzf s3fs.tar.gz -C .. s3fs/COPYING s3fs/Makefile s3fs/s3fs.cpp
|
||||
|
||||
clean:
|
||||
rm -f s3fs s3fs.o
|
||||
|
Loading…
Reference in New Issue
Block a user