From 765f28d44ffa5190521393808b51c32865528cbc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 6 Apr 2021 20:21:39 +0100 Subject: [PATCH] Makefile: Do shapelib build too in full-check Signed-off-by: Ian Jackson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 42989545..50a920ba 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ src=. default: all check all: debug -full-check: all check cargo-syntaxcheck-release +full-check: all check cargo-syntaxcheck-release shapelib everything: debug doc release check bundled-sources shapelib: templates/shapelib.html stamp/cargo.doc-otter-only -- 2.30.2