This commit is contained in:
Bertrand Moreau 2020-09-11 14:08:54 +02:00
parent 240c278b41
commit 5ac8c32760
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ all: fmt vet test MovieNight static/main.wasm settings.json
# Build the server deployment
server: ServerMovieNight static/main.wasm
# Bulid used for deploying to my server.
# Build used for deploying to my server.
ServerMovieNight: *.go common/*.go
GOOS=${TARGET} GOARCH=${ARCH} go$(GO_VERSION) build -o MovieNight $(TAGS)