5
0
mirror of git://git.proxmox.com/git/pve-common.git synced 2024-12-22 21:33:47 +03:00
pve-common/test/Makefile
2015-06-26 07:49:16 +02:00

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: