build: also clean generated files for tests

This commit is contained in:
Vincent Bernat
2025-11-19 18:24:27 +01:00
parent 5e47cc9c24
commit 20da0c1d2f

View File

@@ -272,7 +272,7 @@ licensecheck: console/frontend/node_modules ; $(info $(M) check dependency licen
.PHONY: clean
clean: ; $(info $(M) cleaning) @ ## Cleanup everything
@rm -rf test $(GENERATED) *~ bin/akvorado
@rm -rf test $(GENERATED) $(GENERATED_TEST_GO) *~ bin/akvorado
.PHONY: help
help: