buildsys: do very basic perl check

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-03-29 15:09:57 +02:00
parent e9e4f03e0f
commit f1fd728423

View File

@ -34,6 +34,10 @@ all:
dinstall: deb
dpkg -i ${DEB}
test: DAB.pm dab
perl -wc dab
perl -wc DAB.pm
.PHONY: install
install: dab dab.1 dab.1.pod DAB.pm devices.tar.gz ${SCRIPTS}
install -d ${SBINDIR}