diff options
Diffstat (limited to 'dev/Makefile')
-rw-r--r-- | dev/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/Makefile b/dev/Makefile new file mode 100644 index 00000000..71c0ed5b --- /dev/null +++ b/dev/Makefile @@ -0,0 +1,2 @@ +build: + CGO_ENABLED=0 go build -trimpath -ldflags "-s" -o rr ../cmd/rr/main.go |