Makefile: fix build.rs reference
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
58a3fae773
commit
a6eac535e4
2
Makefile
2
Makefile
|
@ -96,7 +96,7 @@ build:
|
||||||
rm -rf build
|
rm -rf build
|
||||||
mkdir build
|
mkdir build
|
||||||
cp -a debian \
|
cp -a debian \
|
||||||
Cargo.toml build.rs src \
|
Cargo.toml src \
|
||||||
$(SUBCRATES) \
|
$(SUBCRATES) \
|
||||||
docs etc examples tests www zsh-completions \
|
docs etc examples tests www zsh-completions \
|
||||||
defines.mk Makefile \
|
defines.mk Makefile \
|
||||||
|
|
Loading…
Reference in New Issue