Skip to content

Commit f0cfa11

Browse files
committed
chore(make): add Makefile for building and running the application
1 parent a888bd3 commit f0cfa11

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
build:
2+
@go build -o bin/ecom cmd/main.go
3+
4+
run: build
5+
@./bin/ecom

0 commit comments

Comments
 (0)