working commit

This commit is contained in:
2026-06-09 14:10:53 +02:00
parent ee30858d11
commit 6e92720e69
26 changed files with 339 additions and 165 deletions
+3 -6
View File
@@ -126,17 +126,14 @@ run:
env CGO_ENABLED=1 $(GO) run $(GOFLAGS) ./cmd/mbased/... --daemon=false
distclean-local: clean
rm -rf autom4te.cache
distclean-local:
rm -rf tmp/
clean-local:
rm -f */*/*~
rm -f */*~
rm -f *~
$(FIND) . -name "*~" | $(XARGS) rm -v
rm -f cmd/mbaseadmin/mbaseadmin
rm -f cmd/mbasectl/mbasectl
rm -f cmd/mbased/mbased
rm -f cmd/mbasedump/mbasedump
rm -rf autom4te.cache
rm -rf tmp/