1
0
mirror of https://github.com/Luzifer/cloudkeys-go.git synced 2024-09-18 23:22:59 +00:00

Add Makefile target to clean files for GAE

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-12-29 21:52:04 +01:00
parent cba35eff93
commit 65d0636059
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -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