summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d13b27e..33dc724 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,10 @@ LDFLAGS := -ldflags "-X $(PKG)/utilities.GitVersion=$(GIT_VERSION)"
all: build test
build:
go build $(LDFLAGS) networkQuality.go
+
+install:
+ go install $(LDFLAGS)
+
test:
go test ./timeoutat/ ./traceable/ ./utilities/ ./lgc ./qualityattenuation ./rpm ./series
golines: