Skip to content

Commit

Permalink
Remove changes not part of this feature
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvam committed May 15, 2019
1 parent 9ac1790 commit 6545aea
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ GOCMD=go
GOINSTALL=$(GOCMD) install
GOTEST=$(GOCMD) test
DEP=dep
.PHONY : all install vet fmt test

all : def

all: build

Expand All @@ -31,11 +28,3 @@ build: install

clean:
rm -rf *

vet:
@echo "=== go vet ==="
@go vet ./...

fmt:
@echo "=== go fmt ==="
@go fmt ./...

0 comments on commit 6545aea

Please sign in to comment.