From 5b88ee0124de353b8e0120b4bb480bf7d39f91c1 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Sat, 3 Sep 2016 13:08:52 -0500 Subject: [PATCH] Fix missing dir in makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 57e7255a..74ef2aea 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,7 @@ build: build_static build_cross build_tar build_sha build_static: go install -ldflags '${EXTLDFLAGS}-X github.com/drone/drone/version.VersionDev=$(DRONE_BUILD_NUMBER)' github.com/drone/drone/drone + mkdir -p release/drone cp $(GOPATH)/bin/drone release/drone # TODO this is getting moved to a shell script, do not alter