diff --git a/makefile b/makefile index 02aa585..c368bb4 100644 --- a/makefile +++ b/makefile @@ -5,7 +5,7 @@ install: go get ./server && yarn install build: - go build -o ./dist/GoBot ./server/main.go + go build -o ./dist/soundbot ./server/main.go clean: rm -rf ./dist