Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
xwjdsh committed May 17, 2018
1 parent 84d5a8c commit f2ed8fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
run:
go run ./cmd/fy/main.go $(t)

test:
go test . ./bd ./by ./gg ./qq ./sg ./yd

build:
go build ./cmd/fy

run:
go run ./cmd/fy/main.go $(t)

build-docker:
docker build --build-arg VERSION=`git describe --tags` -t wendellsun/fy .

Expand Down

0 comments on commit f2ed8fe

Please sign in to comment.