diff options
Diffstat (limited to 'tamer/Makefile.am')
-rw-r--r-- | tamer/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tamer/Makefile.am b/tamer/Makefile.am index 8e78117..1334211 100644 --- a/tamer/Makefile.am +++ b/tamer/Makefile.am @@ -27,7 +27,7 @@ all: doc: html html-am: - @CARGO@ doc + @CARGO@ @CARGO_DOC_FLAGS@ doc # note that 'cargo check' is something else; see 'cargo --help' test: check |