add dinstall target

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-01-22 10:03:21 +01:00
parent 3510be76a3
commit 64a9f93ccf

View File

@ -83,6 +83,11 @@ $(DSC): build
cd build; dpkg-buildpackage -S -us -uc -d -nc
lintian $(DSC)
.PHONY: dinstall
dinstall:
$(MAKE) deb
sudo -k dpkg -i $(DEB)
clean:
$(foreach i,$(SUBDIRS), \
$(MAKE) -C $(i) clean ;)