mirror of
git://git.proxmox.com/git/pve-common.git
synced 2024-12-22 21:33:47 +03:00
2f98cd72a8
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
17 lines
287 B
Makefile
17 lines
287 B
Makefile
SUBDIRS = etc_network_interfaces
|
|
|
|
all:
|
|
|
|
.PHONY: check install clean distclean
|
|
|
|
export PERLLIB=../src
|
|
|
|
check: lock_file.test calendar_event_test.test convert_size_test.test procfs_tests.test
|
|
for d in $(SUBDIRS); do $(MAKE) -C $$d check; done
|
|
|
|
%.test: %.pl
|
|
./$<
|
|
|
|
distclean: clean
|
|
clean:
|