From: Ian Jackson Date: Fri, 27 Nov 2020 23:16:17 +0000 (+0000) Subject: look at Cargo.lock.example for Makefile too X-Git-Tag: otter-0.2.0~325 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=58968df32cfd9f159422b3c0df0f3f445fcbb55d;p=otter.git look at Cargo.lock.example for Makefile too Signed-off-by: Ian Jackson --- 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