Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Fix commands in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredxing committed Feb 16, 2015
1 parent aa754f3 commit 5e7d8dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
all:
go build -o calc
test:
go test ./compute
go test -v ./...
benchmark:
go test -bench ./compute
go test -bench . ./...

0 comments on commit 5e7d8dd

Please sign in to comment.