Skip to content

Commit

Permalink
update BINARY_NAME comment on Makefile
Browse files Browse the repository at this point in the history
`BINARY_NAME` is also utilized as the Docker image name (line 26), so update the comment to reflect that.
  • Loading branch information
HeCorr committed May 7, 2023
1 parent ad98657 commit 2951cb0
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
@@ -1,6 +1,6 @@
.PHONY: all install build_frontend build_backend build build_docker watch_frontend watch_backend watch clean clean_docker

# Specify the name of your Go binary output
# Specify the name of your Go binary output or Docker image
BINARY_NAME := opengist

all: install build
Expand Down

0 comments on commit 2951cb0

Please sign in to comment.