diff options
| author | Levi Durfee <levi.durfee@gmail.com> | 2026-01-06 18:30:54 -0500 |
|---|---|---|
| committer | Levi Durfee <levi.durfee@gmail.com> | 2026-01-06 18:30:55 -0500 |
| commit | 7a3184afc17a267a2a140e6ab95d7fe57f91cb69 (patch) | |
| tree | 45913f54f680768d0a6859142bf1c7f48ac59573 /Makefile | |
| parent | d1ba4cc661f8d15c33e051f21ce6ff69ed2fc687 (diff) | |
Add makefile and dockerfile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..4172c03 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +.PHONY: run build + +run: + CGO_ENABLED=0 go run ./main.go |
