Move fmt before vet in Makefile

This commit is contained in:
Zorchenhimer 2019-03-16 13:42:17 -04:00
parent c8d39f7e4c
commit 5986b6d663
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
.PHONY: sync fmt vet
all: vet fmt MovieNight MovieNight.exe static/main.wasm
all: fmt vet MovieNight MovieNight.exe static/main.wasm
MovieNight.exe: *.go common/*.go
GOOS=windows GOARCH=amd64 go build -o MovieNight.exe