Skip to content

Commit

Permalink
Merge pull request #12 from HiWay-Media/main
Browse files Browse the repository at this point in the history
added makefile
  • Loading branch information
Allan-Nava authored Jul 3, 2023
2 parents d5dbf2f + df26278 commit bb71e46
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 bb71e46

Please sign in to comment.