1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-10 09:02:49 +00:00

rename executable

This commit is contained in:
2017-03-27 19:57:39 -05:00
parent 05615fce3c
commit 8e7968339c

View File

@@ -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