diff options
author | Valery Piashchynski <[email protected]> | 2022-01-22 11:43:12 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-01-22 11:43:12 +0300 |
commit | 2b3d82be44ce22064eb24590c6990d4220d156fd (patch) | |
tree | 61c9ba951b6973cf319b62d7bf374c2cc511d4e6 /Makefile | |
parent | def609ffe7ec1cf510564f610f56a5e570d43168 (diff) |
update README
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |