mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
build: also clean generated files for tests
This commit is contained in:
2
Makefile
2
Makefile
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user