Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
xwjdsh committed Jun 4, 2018
1 parent a827207 commit 26a73de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Makefile
@@ -0,0 +1,5 @@
build:
go build ./cmd/manssh

build-docker:
docker build --build-arg VERSION=`git describe --tags` -t wendellsun/manssh .
4 changes: 0 additions & 4 deletions build-dokcer.sh

This file was deleted.

0 comments on commit 26a73de

Please sign in to comment.