From 65d06360595e900af58b10b193787d561dac7901 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 29 Dec 2017 21:52:04 +0100 Subject: [PATCH] Add Makefile target to clean files for GAE Signed-off-by: Knut Ahlers --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 0982aa7..b7e73a3 100644 --- a/Makefile +++ b/Makefile @@ -25,3 +25,8 @@ $(GOPATH)/bin/godep: publish: curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh bash golang.sh + +prepare-gae-deploy: + rm -rf Dockerfile venvor + +.PHONY: bindata.go