working commit

This commit is contained in:
2026-02-23 10:43:54 +02:00
parent b6efc19f7a
commit 96b24c6b63
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1062,7 +1062,7 @@ mstored$(EXEEXT): $(mstored_SOURCES) $(EXTRA_mstored_SOURCES)
env CGO_ENABLED=1 $(GO) build $(GOFLAGS) -o mstored$(EXEEXT) $(mstored_SOURCES)
run: $(mstored_SOURCES)
cd cmd/mstored && env CGO_ENABLED=1 $(GO) run .
cd cmd/mstored && env CGO_ENABLED=1 $(GO) run . --asDaemon=false
format:
@dirs=$$($(FIND) $(CWD)/app $(CWD)/cmd $(CWD)/pkg $(CWD)/test \