Add script for redirecting to clogger.bogomips.org
[clogger.git] / GNUmakefile
blob49a7c1734347a6771aff31d2793c8d5b54821f8e
1 all::
2 RSYNC_DEST := clogger.bogomips.org:/srv/clogger/
3 rfproject := clogger
4 rfpackage := clogger
5 include pkg.mk
6 test-ext:
7 CLOGGER_PURE= $(MAKE) test-unit
8 test-pure:
9 CLOGGER_PURE=1 $(MAKE) test-unit
11 test: test-ext test-pure
13 .PHONY: test-ext test-pure
14 ifneq ($(VERSION),)
15 release::
16 $(RAKE) publish_news VERSION=$(VERSION)
17 endif