diff options
| author | Jeff Carr <[email protected]> | 2025-09-02 15:18:41 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-02 15:18:41 -0500 |
| commit | aa2483e255d68bfa6e19aae7531d2c28fb2f1253 (patch) | |
| tree | 924b393008b54d2a65f3cb7b3f558df225b9890a /Makefile | |
| parent | aebfe325d63a947d936c069a8cffd3b2d631aeae (diff) | |
more changes to make import from gemini-cli work
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -all: clean chat.pb.go goimports vet +all: clean chat.pb.go book.pb.go goimports vet goimports: goimports -w *.go @@ -6,6 +6,9 @@ goimports: chat.pb.go: chat.proto autogenpb --proto chat.proto +book.pb.go: book.proto + autogenpb --proto book.proto + clean: rm -f *.pb.go *.patch -rm -f go.* |
