working commit

This commit is contained in:
2026-02-05 17:49:31 +02:00
parent 8dce641498
commit fcd7d50d75
11 changed files with 49 additions and 41 deletions
+5
View File
@@ -800,6 +800,11 @@ format:
(echo "====$$dir===="; cd $$dir && $(GO) fmt .); \
done
.PHONY: test
test:
cd pkg/client && $(GO) test -v .
clean-local:
$(FIND) $(CWD) -name '*~' | $(XARGS) rm -f
rm -rf autom4te.cache