summaryrefslogtreecommitdiff
path: root/example/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-20 11:06:04 -0600
committerJeff Carr <[email protected]>2024-11-20 11:06:04 -0600
commitd78414ee556a4c8c15a6936a4d32fcb62d6e2f47 (patch)
treee23f07f29951658d9cf5b6d1855d319ccf84e6ec /example/Makefile
parent7da3f23de18300e5ec752f8720b0fc88610bbb2a (diff)
forgeConfig: edit your config files
Diffstat (limited to 'example/Makefile')
-rw-r--r--example/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/example/Makefile b/example/Makefile
deleted file mode 100644
index 88d2439..0000000
--- a/example/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-build:
- GO111MODULE=off go build
- ./example
- FORGE_HOME=/tmp/forge ./example
-
-goimports:
- goimports -w *.go
-
-prep:
- go get -v -t -u
-
-run:
- go run *.go
-
-clean:
- -rm -f example