mirror of
git://git.proxmox.com/git/pve-guest-common.git
synced 2024-12-24 21:34:13 +03:00
fe82406191
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
9 lines
141 B
Makefile
9 lines
141 B
Makefile
|
|
all:
|
|
|
|
.PHONY: check abstract-config
|
|
check: abstract-config
|
|
|
|
abstract-config: abstract-config-tests.pl
|
|
perl -I.. ./abstract-config-tests.pl
|