]> git.proxmox.com Git - pve-common.git/blame - test/Makefile
CLIHandler.pm: add setup_environment hook
[pve-common.git] / test / Makefile
CommitLineData
936218b8
WB
1SUBDIRS = etc_network_interfaces
2
3all:
4
5.PHONY: check install clean distclean
6
7check:
8 for d in $(SUBDIRS); do $(MAKE) -C $$d check; done
9
10install: check
11distclean: clean
12clean: