clogger.git  about / heads / tags
configurable request logging for Rack
blob 35a07bc7a9597ae4e0dc9a94059ef6653d50c604 233 bytes (raw)
$ git show v2.0.1:GNUmakefile	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
all::
RSYNC_DEST := clogger.bogomips.org:/srv/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

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