summaryrefslogtreecommitdiff
path: root/src/cmd
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-08 18:48:25 -0300
committerEuAndreh <eu@euandre.org>2024-08-08 18:48:25 -0300
commit81ebc234678af08692aad7f3c2d1128f6c2f75c4 (patch)
treefc5ba312b456d2b2ef20424572d9ca4a9a76edc8 /src/cmd
parentrm go.mod (diff)
downloadbinder-81ebc234678af08692aad7f3c2d1128f6c2f75c4.tar.gz
binder-81ebc234678af08692aad7f3c2d1128f6c2f75c4.tar.xz
Makefile: Use "go tool {compile,link}" over "go {build,test}"
Diffstat (limited to 'src/cmd')
-rw-r--r--src/cmd/main.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cmd/main.go b/src/cmd/main.go
deleted file mode 100644
index d9c8379..0000000
--- a/src/cmd/main.go
+++ /dev/null
@@ -1,7 +0,0 @@
-package main
-
-import "euandre.org/binder/src"
-
-func main() {
- binder.Main()
-}