clogger.git  about / heads / tags
configurable request logging for Rack
blob 08008f34e231d9f080beb9e14adfeebcee9bce5b 383 bytes (raw)
$ git show v1.2.0:GNUmakefile	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
all::
RSYNC_DEST := rubyforge.org:/var/www/gforge-projects/clogger/
rfproject := clogger
rfpackage := clogger
include pkg.mk
test-ext:
	CLOGGER_PURE= $(MAKE) test-unit
test-pure:
	CLOGGER_PURE=1 $(MAKE) test-unit

test: test-ext test-pure

.PHONY: test-ext test-pure
ifneq ($(VERSION),)
release::
	$(RAKE) publish_news VERSION=$(VERSION)
	$(RAKE) raa_update VERSION=$(VERSION)
endif

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