From a6eac535e42a07dfcc5f7368b24c100bd421bdda Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 19 Jul 2021 15:54:53 +0200 Subject: [PATCH] Makefile: fix build.rs reference Signed-off-by: Wolfgang Bumiller --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bf4076f5..9be9f15b 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,7 @@ build: rm -rf build mkdir build cp -a debian \ - Cargo.toml build.rs src \ + Cargo.toml src \ $(SUBCRATES) \ docs etc examples tests www zsh-completions \ defines.mk Makefile \