diff options
| author | Jeff Carr <[email protected]> | 2024-01-14 14:14:07 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-14 14:14:07 -0600 |
| commit | 6080327a64c2af544acee77b10dd319b7a9fc2bd (patch) | |
| tree | 923452806fba2efcce40cb176ef5c4bb4f36f76c /Makefile | |
| parent | 489daf05a6ccfffdd72c1d5e972bb14163fa07b1 (diff) | |
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7231daa --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +all: + @echo + @echo + +test: + +redomod: + rm -f go.* + GO111MODULE= go mod init + GO111MODULE= go mod tidy |
