diff options
| author | twells46 <tom@wellsth.com> | 2026-03-07 08:50:19 -0600 |
|---|---|---|
| committer | twells46 <tom@wellsth.com> | 2026-03-07 09:07:19 -0600 |
| commit | d2b6b3060cfbeb17047f1fd1f989677f28f677eb (patch) | |
| tree | 1f17a8d76ef752bee60f20d338d56fdd4a597fb3 /makefile | |
Initial commit
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile new file mode 100644 index 0000000..58199ed --- /dev/null +++ b/makefile @@ -0,0 +1,2 @@ +default: main.go openWeather.go + go build -ldflags="-s -w" -trimpath |