Skip to content
This repository was archived by the owner on Jun 9, 2024. It is now read-only.

Commit 326f7dc

Browse files
taktOliver Geiselhardt-Herms
andauthored
Implement concurrent data retrieval (#128)
Co-authored-by: Oliver Geiselhardt-Herms <[email protected]>
1 parent 05f404c commit 326f7dc

File tree

5 files changed

+274
-133
lines changed

5 files changed

+274
-133
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ clean:
3535

3636
.PHONY: build-octorpki
3737
build-octorpki: prepare
38-
go build -ldflags $(LDFLAGS) -o $(OUTPUT_OCTORPKI) cmd/octorpki/octorpki.go
38+
go build -ldflags $(LDFLAGS) -o $(OUTPUT_OCTORPKI) cmd/octorpki/*.go
3939

4040
.PHONY: docker-octorpki
4141
docker-octorpki:

0 commit comments

Comments
 (0)