clogger.git  about / heads / tags
configurable request logging for Rack
blob ab8b4feddac0c077a58215001fc037773516b621 234 bytes (raw)
$ git show respond_to-priv:GNUmakefile	# shows this blob on the CLI

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