switch to TypedData macros for allocation
[clogger.git] / GNUmakefile
blobb75e10cc01ac93e410f4956f5ca9a00eeab6d2dd
1 all::
2 RSYNC_DEST := YHBT.net:/srv/yhbt/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