We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e40502 commit 9e04d54Copy full SHA for 9e04d54
1 file changed
services/Makefile
@@ -65,6 +65,7 @@ server: oapi-codegen protoc-codegen
65
go build -o out/tap-server cmd/tap/tap.go
66
go build -o out/dcs-server cmd/dcs/dcs.go
67
go build -o out/pds-server cmd/pds/pds.go
68
+ go build -o out/confli cmd/confli/*.go
69
70
.PHONY: test
71
test:
0 commit comments