working commit

This commit is contained in:
2026-06-06 18:48:40 +02:00
parent 3a5f624ba4
commit 25d01fc940
16 changed files with 107 additions and 61 deletions
+2 -5
View File
@@ -113,10 +113,9 @@ if SYSTEMD
endif
endif
format:
for dir in $$(find app pkg cmd -type d); do \
(cd $$dir && $(GO) fmt .); \
@for dir in $$(find app pkg cmd -type d); do \
(cd $$dir && echo "====$$dir====" && $(GO) fmt .); \
done
run:
@@ -137,8 +136,6 @@ clean-local:
rm -f cmd/mbasectl/mbasectl
rm -f cmd/mbased/mbased
rm -f cmd/mbasedump/mbasedump
rm -f cmd/mbaselocal/mbaselocal
rm -f cmd/mbaserestore/mbaserestore
rm -rf autom4te.cache
rm -rf tmp/