mirror of
https://git.proxmox.com/git/pve-common
synced 2025-07-16 04:31:54 +00:00
13 lines
178 B
Makefile
13 lines
178 B
Makefile
SUBDIRS = etc_network_interfaces
|
|
|
|
all:
|
|
|
|
.PHONY: check install clean distclean
|
|
|
|
check:
|
|
for d in $(SUBDIRS); do $(MAKE) -C $$d check; done
|
|
|
|
install: check
|
|
distclean: clean
|
|
clean:
|