1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00

[lxd-import] Makefile: fix "tags" target and don't make it PHONY

Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
This commit is contained in:
Simon Deziel
2023-09-06 12:56:12 -04:00
committed by Stéphane Graber
parent 1b707575b5
commit 6c078e3f2b

View File

@@ -282,6 +282,5 @@ endif
shellcheck test/extras/*.sh
run-parts --exit-on-error --regex '.sh' test/lint
.PHONY: tags
tags: *.go cmd/incusd/*.go shared/*.go cmd/incus/*.go
tags: */*.go
find . -type f -name '*.go' | xargs gotags > tags