Skip to content

Commit

Permalink
fix make install
Browse files Browse the repository at this point in the history
  • Loading branch information
dimus committed Jan 6, 2025
1 parent 025a064 commit 9e23d3c
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 @@ -42,7 +42,7 @@ buildrel:
$(NO_C) $(GORELEASE);

install:
$(FLAGS_SHARED) $(GOINSTALL);
$(NO_C) $(GOINSTALL);

release: dockerhub
$(GOCLEAN); \
Expand Down

0 comments on commit 9e23d3c

Please sign in to comment.