s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user