From ae384f0860c7ef98cc3de1763886566dc6ca903c Mon Sep 17 00:00:00 2001 From: bndw Date: Sun, 28 Dec 2025 09:59:56 -0800 Subject: files --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ccdc96e --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +build: + go build -o ./bin/deploy ./cmd/deploy + +install: + cp ./bin/deploy /usr/local/bin/ + -- cgit v1.2.3