mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-08 14:10:05 +00:00
Add Makefile target to clean files for GAE
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
cba35eff93
commit
65d0636059
1 changed files with 5 additions and 0 deletions
5
Makefile
5
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
|
||||
|
|
Loading…
Reference in a new issue