]> git.proxmox.com Git - pve-manager.git/commit
test: fix names of .PHONY targets
authorLukas Wagner <l.wagner@proxmox.com>
Thu, 20 Jul 2023 14:32:09 +0000 (16:32 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 24 Jul 2023 13:58:11 +0000 (15:58 +0200)
commit41275bae6472bd7be3e0837735a53708a84d0fdc
tree24f2de9db14ff6fb4f3cae9a993306246b96bca3
parenta8e18f85609c0f5521b5b213fe8345c333e09863
test: fix names of .PHONY targets

They need to have the same name as the target.
Took the opportunity to move the .PHONY right next to the target recipe,
so that mistakes like these are hopefully easier caught.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
test/Makefile