summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-01-22 11:43:12 +0300
committerValery Piashchynski <[email protected]>2022-01-22 11:43:12 +0300
commit2b3d82be44ce22064eb24590c6990d4220d156fd (patch)
tree61c9ba951b6973cf319b62d7bf374c2cc511d4e6 /Makefile
parentdef609ffe7ec1cf510564f610f56a5e570d43168 (diff)
update README
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ef77b549..7f14f2c2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
test:
go test -v -race ./...
+
build:
- CGO_ENABLED=0 go build -trimpath -ldflags "-s" -o rr qcmd/rr/main.go
+ CGO_ENABLED=0 go build -trimpath -ldflags "-s" -o rr cmd/rr/main.go