mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-06 17:18:12 +00:00
17 lines
304 B
Makefile
17 lines
304 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 format_test.test
|
|
for d in $(SUBDIRS); do $(MAKE) -C $$d check; done
|
|
|
|
%.test: %.pl
|
|
./$<
|
|
|
|
distclean: clean
|
|
clean:
|