diff options
author | Paul Duncan <pabs@pablotron.org> | 2025-03-07 19:13:17 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2025-03-07 19:13:17 -0500 |
commit | 75539a6e72a58a3ec2600a1aa902790660e09791 (patch) | |
tree | e15f4db3f8ce3ba5c356793887328273de829b9b /Makefile | |
download | jim-bot-75539a6e72a58a3ec2600a1aa902790660e09791.tar.xz jim-bot-75539a6e72a58a3ec2600a1aa902790660e09791.zip |
initial commitr20250307
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..af99727 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ + +@PHONY=all app + +all: + go build -trimpath -ldflags='-s -w' + +clean: + go clean |