5
0
mirror of git://git.proxmox.com/git/pve-ha-manager.git synced 2025-01-07 21:18:00 +03:00
pve-ha-manager/Makefile

16 lines
109 B
Makefile
Raw Normal View History

2014-12-01 08:22:52 +03:00
all: test
.PHONY: test
test:
make -C test test
2014-12-01 09:06:38 +03:00
.PHONY: clean
clean:
make -C test clean
rm -rf *~