clogger.git  about / heads / tags
configurable request logging for Rack
blob b75e10cc01ac93e410f4956f5ca9a00eeab6d2dd 226 bytes (raw)
$ git show HEAD:GNUmakefile	# shows this blob on the CLI

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