Skip to content

Commit

Permalink
added makefile (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava committed Jul 3, 2023
1 parent 660f42d commit 4b0e672
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.PHONY: build test
#
build:
echo "start build"
go build .
echo "end build"
#
test:

echo "start build"
go build .
go test -v ./...
echo "end build"
#

0 comments on commit 4b0e672

Please sign in to comment.