diff options
| author | Jeff Carr <[email protected]> | 2024-10-31 06:41:30 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-31 06:41:30 -0500 |
| commit | e6ea90f8defd8f26702ed808bcf801f53ce3a327 (patch) | |
| tree | 290626b309372941c6aa92c9536d048ffa6ec326 /Makefile | |
| parent | 22111183a5a6f9c87062d503c8a71a6a6955bed5 (diff) | |
compiles after lots of protobuf changes
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +.PHONY: build + VERSION = $(shell git describe --tags) # create the go.mod and go.sum if this is a brand new repo |
