diff options
Diffstat (limited to 'cmds/debug/Makefile')
| -rw-r--r-- | cmds/debug/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cmds/debug/Makefile b/cmds/debug/Makefile new file mode 100644 index 0000000..25c994d --- /dev/null +++ b/cmds/debug/Makefile @@ -0,0 +1,5 @@ +run: build + ./debug + +build: + go build |
