Update respond_to? calls for second argument.
[clogger.git] / GNUmakefile
blobab8b4feddac0c077a58215001fc037773516b621
1 all::
2 RSYNC_DEST := bogomips.org:/srv/bogomips/clogger/
3 rfpackage := clogger
4 include pkg.mk
5 test-ext:
6 CLOGGER_PURE= $(MAKE) test-unit
7 test-pure:
8 CLOGGER_PURE=1 $(MAKE) test-unit
10 test: test-ext test-pure
12 .PHONY: test-ext test-pure