build fixups

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-01-21 12:30:13 +01:00
parent b6c670b2db
commit 3312a7ad1b
2 changed files with 3 additions and 4 deletions

View File

@ -12,7 +12,9 @@ deb: $(foreach c,$(CRATES), $c-deb)
lintian build/*.deb
.PHONY: dinstall
dinstall: deb
dinstall:
$(MAKE) clean
$(MAKE) deb
sudo -k dpkg -i build/librust-*.deb
%-deb:

View File

@ -38,6 +38,3 @@ pub use router::{
#[cfg(feature = "cli")]
pub mod cli;
#[cfg(feature = "api-macro")]
pub use proxmox_api_macro::{api, router};