Skip to content

Commit 562ef1d

Browse files
committedJan 31, 2021
Makefileにinit追加
1 parent 1ec05e3 commit 562ef1d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
.PHONY: init
2+
init:
3+
go mod download
4+
go install github.com/golang/mock/mockgen
5+
go install github.com/google/wire/cmd/wire
6+
17
.PHONY: dev
28
dev:
39
docker-compose -f docker/dev/docker-compose.yaml up --build

0 commit comments

Comments
 (0)