This commit is contained in:
Jabberwocky238
2026-07-15 12:09:39 -04:00
parent a0fe361c1f
commit 3ed6a7d804
4 changed files with 55 additions and 8 deletions
+2 -6
View File
@@ -7,15 +7,11 @@
GOFLAGS := -trimpath
.PHONY: build gitctl test clean proto proto-tools proto-check
.PHONY: build test clean proto proto-tools proto-check
# build the simplegit server into ./build.
build:
go build $(GOFLAGS) -o daemon ./cmd/daemon
# build the ManageService TUI client into ./build.
gitctl:
go build $(GOFLAGS) -o gitctl ./cmd/gitctl
go build $(GOFLAGS) -o simplegit ./cmd
# run all tests.
test: