sleepy_penguin.git  about / heads / tags
Linux I/O events for Ruby
blob 6ec349b5aac57e7f866f5b826cc2fc195cb7c7ea 307 bytes (raw)
$ git show v1.4.0:GNUmakefile	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
all::
RSYNC_DEST := bogomips.org:/srv/bogomips/sleepy_penguin
rfproject := rainbows
rfpackage := sleepy_penguin
include pkg.mk
ifneq ($(VERSION),)
release::
	$(RAKE) raa_update VERSION=$(VERSION)
	$(RAKE) publish_news VERSION=$(VERSION)
endif
.PHONY: .FORCE-GIT-VERSION-FILE doc test $(test_units) manifest

git clone https://yhbt.net/sleepy_penguin.git