Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Taskfile support #28

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update BINARY_NAME comment on Makefile
`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
commit 2951cb03f4d824c5feaf009dc0f7e381481142da
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