]> git.proxmox.com Git - pve-common.git/blob - test/Makefile
fix trailing whitespaces
[pve-common.git] / test / Makefile
1 SUBDIRS = etc_network_interfaces
2
3 all:
4
5 .PHONY: check install clean distclean
6
7 check:
8 for d in $(SUBDIRS); do $(MAKE) -C $$d check; done
9
10 install: check
11 distclean: clean
12 clean: