Skip to content

Commit 224e8a2

Browse files
committed
Updated Makefile and builded binary
1 parent 4640e72 commit 224e8a2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@ confirm:
2121
.PHONY: run/server
2222
run/server:
2323
go run ./cmd/server
24+
25+
## build: build the 'cmp/server' application
26+
.PHONY: build
27+
build:
28+
@echo 'Building cmd/server...'
29+
go build -o ./bin ./cmd/server

bin/server

3.06 MB
Binary file not shown.

0 commit comments

Comments
 (0)