Skip to content

Commit

Permalink
fix makefile ci-build
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin JEROME <qjerome@users.noreply.github.com>
  • Loading branch information
qjerome committed Nov 6, 2023
1 parent dfda88e commit e63ec6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ darwin:
cd $(RELEASE)/darwin; md5sum * > md5.txt
cd $(RELEASE)/darwin; tar -cvzf ../$(MAIN_BASEN_SRC)-darwin-$(VERSION).tar.gz *

ci-build: buildversion
ci-build:
go build $(OPTS) -o $(shell mktemp) ./

clean:
Expand Down

0 comments on commit e63ec6e

Please sign in to comment.