diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-07-21 20:17:21 +0200 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-07-21 20:17:21 +0200 |
| commit | 70443a91395bc3e150d54e93d994ee7ac8249d71 (patch) | |
| tree | 2cd2daea079003964cae58d03c67d55caa2a8707 /Makefile.am | |
| parent | 064307df0c2d635b1805a0f59f694f9ec103e96a (diff) | |
`make check` doesn't have to build documentation first
Building documentation is slow, so this speeds up
development-test cycles.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2393eb1..567a3ec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ if REPLACE_MALLOC MAYBE_DLMALLOC = contrib/dlmalloc endif SUBDIRS = lib $(MAYBE_DLMALLOC) contrib/rb3ptr contrib/terex \ - src doc tests + src tests doc dist_scitecodata_DATA = fallback.teco_ini |
