Skip to content

Commit

Permalink
fix(make): set name for go (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfalkowski authored May 28, 2024
1 parent bf008ad commit f1af400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/make/go.mak
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.PHONY: vendor

NAME:=$(shell basename $(CURDIR))
COV:=$(shell cat .go.cov)

download:
Expand Down

0 comments on commit f1af400

Please sign in to comment.