Browse Source

Makefile: our first db-from-0.6.1 bugfix is coming.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
fee-tracking2
Rusty Russell 6 years ago
parent
commit
0b1870908a
  1. 2
      Makefile

2
Makefile

@ -35,7 +35,7 @@ endif
ifeq ($(COMPAT),1)
# We support compatibility with pre-0.6.
COMPAT_CFLAGS=-DCOMPAT_V052=1 -DCOMPAT_V060=1
COMPAT_CFLAGS=-DCOMPAT_V052=1 -DCOMPAT_V060=1 -DCOMPAT_V061=1
endif
PYTEST_OPTS := -v

Loading…
Cancel
Save