From 70443a91395bc3e150d54e93d994ee7ac8249d71 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 21 Jul 2026 20:17:21 +0200 Subject: `make check` doesn't have to build documentation first Building documentation is slow, so this speeds up development-test cycles. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3