Skip to content

Commit

Permalink
Makefiles and those bloody tabs!
Browse files Browse the repository at this point in the history
  • Loading branch information
Olve Sæther Hansen committed Feb 18, 2017
1 parent cace520 commit fd4bfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: compile
docker build -t $(NAME):$(VERSION) .

test: build
go test
go test
docker run --rm $(NAME):$(VERSION)

tag_latest:
Expand Down

0 comments on commit fd4bfcf

Please sign in to comment.