diff options
Diffstat (limited to 'cmds/debug/Makefile')
| -rw-r--r-- | cmds/debug/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmds/debug/Makefile b/cmds/debug/Makefile index 25c994d..5f979cc 100644 --- a/cmds/debug/Makefile +++ b/cmds/debug/Makefile @@ -2,4 +2,5 @@ run: build ./debug build: - go build + # go build + GO111MODULE="off" go build |
