mirror of
git://git.proxmox.com/git/pve-ha-manager.git
synced 2025-01-07 21:18:00 +03:00
11 lines
55 B
Makefile
11 lines
55 B
Makefile
|
|
||
|
|
||
|
|
||
|
all: test
|
||
|
|
||
|
|
||
|
.PHONY: test
|
||
|
|
||
|
test:
|
||
|
make -C test test
|