EXEC=entity-maker .PHONY: build build: @go build -ldflags "-s -w" -o ./build/${EXEC} ./cmd/entity-maker/main.go upgrade-packages: @go get -u ./...