Skip to content

Commit

Permalink
Added a Makefile
Browse files Browse the repository at this point in the history
cleaning up the build and pipeline
  • Loading branch information
daveshanley committed Jul 22, 2022
1 parent f10c8e2 commit 67b4b3e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
build:
@go build -o bin/vacuum

run:
@go run vacuum.go

0 comments on commit 67b4b3e

Please sign in to comment.