mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-10 06:40:59 +00:00
7f44820fbd
git-svn-id: http://s3fs.googlecode.com/svn/trunk@186 df820570-a93a-0410-bd06-b72b767a4274
7 lines
92 B
Makefile
7 lines
92 B
Makefile
|
|
LIBS = $(DEPS_LIBS)
|
|
INCLUDES = $(DEPS_CFLAGS)
|
|
|
|
bin_PROGRAMS = s3fs
|
|
s3fs_SOURCES = s3fs.cpp
|