summaryrefslogtreecommitdiff
path: root/example/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-01 17:57:52 -0600
committerJeff Carr <[email protected]>2024-12-01 17:57:52 -0600
commita4f3f951962b2db0bb21c22c10ef60d1d57a3b5c (patch)
tree2736e6fc6f3c7ad382dccf64345795f4aa65a8d8 /example/Makefile
parent5bd3de1f9a49949a3212acf9903f7d351c31b35c (diff)
never put binaries in go libraries
Diffstat (limited to 'example/Makefile')
-rw-r--r--example/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/example/Makefile b/example/Makefile
deleted file mode 100644
index ba930d7..0000000
--- a/example/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-build:
- GO111MODULE=off go build
- ./example
-
-goimports:
- goimports -w *.go
-
-prep:
- go get -v -t -u
-
-run:
- go run *.go
-
-clean:
- -rm -f example