From 67b4b3e0af98e5370a88a1d78bf1b1957cf1bf7b Mon Sep 17 00:00:00 2001 From: Dave Shanley Date: Fri, 22 Jul 2022 08:33:21 -0400 Subject: [PATCH] Added a Makefile cleaning up the build and pipeline --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..e63e4a69 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +build: + @go build -o bin/vacuum + +run: + @go run vacuum.go \ No newline at end of file