From 58968df32cfd9f159422b3c0df0f3f445fcbb55d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 27 Nov 2020 23:16:17 +0000 Subject: [PATCH] look at Cargo.lock.example for Makefile too Signed-off-by: Ian Jackson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 77be9922..08f50ae1 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ everything: debug doc release check bundled-sources cr = $(addprefix --,$(filter-out debug,$1)) rsrcs = $(shell \ - find $1 \( -name Cargo.toml -o -name Cargo.lock -o -name \*.rs \) ) + find $1 \( -name Cargo.toml -o -name Cargo.lock -o -name Cargo.lock.example -o -name \*.rs \) ) stamp=@mkdir -p stamp; touch $@ BUNDLED_SOURCES_LIT = README.md LICENCE -- 2.30.2