mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 12:27:43 +08:00
9 lines
147 B
Makefile
9 lines
147 B
Makefile
|
|
all: semver.pb.go
|
|
|
|
semver.pb.go: semver.proto
|
|
protoc --gogo_out=. --proto_path=../../../../../:/usr/include/google:. $<
|
|
|
|
clean:
|
|
rm semver.pb.go
|