summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-16 00:08:14 -0600
committerJeff Carr <[email protected]>2024-11-16 00:08:14 -0600
commit11bbac055c2c02b474288547f0d7cd0adad1f7a2 (patch)
tree9db8040e460d14bbc70d617d77da9a6a29f7c20b /Makefile
parent471238a26d4607da7be7732d551911556b9df0bb (diff)
Diffstat (limited to 'Makefile')
-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: