]> git.proxmox.com Git - pve-ha-manager.git/blob - Makefile
a3ac30aadcf073f0728c72b5e4192df30631dd9f
[pve-ha-manager.git] / Makefile
1
2
3
4 all: test
5
6
7 .PHONY: test
8 test:
9 make -C test test
10
11 .PHONY: clean
12 clean:
13 make -C test clean
14 rm -rf *~
15