mogilefs-client.git  about / heads / tags
MogileFS client library for Ruby
blob b512e3477ad8fca32b4d73b9ab22688aa1be1aec 323 bytes (raw)
$ git show v3.8.0:GNUmakefile	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
all::
RSYNC_DEST := bogomips.org:/srv/bogomips/mogilefs-client
rfpackage := mogilefs-client
pkg_extra += lib/mogilefs/version.rb

ex := $(shell git ls-files examples/)
doc_ex := $(addprefix doc/, $(ex))

$(doc_ex): $(ex)
	mkdir -p $(@D)
	install -m 644 $< $@
	-touch -r $< $@ # GNU

include pkg.mk
doc::
	$(MAKE) $(doc_ex)

git clone https://yhbt.net/mogilefs-client.git