Skip to content

Commit

Permalink
一応Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed Jun 16, 2019
1 parent e224f67 commit 2da370c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Expand Up @@ -59,4 +59,10 @@ bootstrap: ## 外部ツールをインストールする
GO111MODULE=off go get $$t ; \
done

.PHONY: help build install xbuild archive release lint test clean bootstrap
docker-build:
docker build -t jiro4989/textimg .

docker-push:
docker push jiro4989/textimg

.PHONY: help build install xbuild archive release lint test clean bootstrap docker-build docker-push

0 comments on commit 2da370c

Please sign in to comment.