mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
Remove old makefiles
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
.PHONY: all vet lint build test clean
|
||||
|
||||
all: build test vet lint
|
||||
|
||||
vet:
|
||||
go vet ./...
|
||||
|
||||
lint:
|
||||
golint .
|
||||
|
||||
build:
|
||||
go build
|
||||
|
||||
test:
|
||||
#GOOS=darwin go build
|
||||
#GOOS=linux go build
|
||||
go test
|
||||
|
||||
clean:
|
||||
go clean
|
||||
|
||||
Reference in New Issue
Block a user