Skip to content

Commit

Permalink
jmroh: #212
Browse files Browse the repository at this point in the history
fix: update the makefile to force make gen to work
  • Loading branch information
jaemyeongroh committed Jun 19, 2020
1 parent e93ffc7 commit 3868f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ endif

gen: internal.pb.go

internal.pb.go: backend/bolt/internal/internal.proto
cd backend && GO111MODULE=on go generate -x ./bolt/internal
internal.pb.go: backend/kv/internal/internal.proto
cd backend && GO111MODULE=on go generate -x ./kv/internal

test: jstest gotest gotestrace lint-ci

Expand Down

0 comments on commit 3868f77

Please sign in to comment.