Commit de63be6 1 parent 85e8e5f commit de63be6 Copy full SHA for de63be6
File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,12 @@ PROJECT_NAME := "celestial"
27
27
PKG := "github.com/OpenFogStack/$(PROJECT_NAME ) "
28
28
GO_FILES := $(shell find . -name '* .go' | grep -v _test.go)
29
29
30
- .PHONY : build proto ebpf celestial-make satgen-docker rootfsbuilder
30
+ .PHONY : build proto ebpf containers celestial-make satgen-docker rootfsbuilder
31
31
32
32
build : celestial.bin
33
33
34
+ containers : celestial-make satgen-docker rootfsbuilder
35
+
34
36
proto : proto/celestial/celestial.pb.go proto/celestial/celestial_grpc.pb.go proto/celestial/celestial_pb2.py proto/celestial/celestial_pb2.pyi proto/celestial/celestial_pb2_grpc.py proto/celestial/celestial_pb2_grpc.pyi
35
37
proto/celestial/celestial.pb.go proto/celestial/celestial_grpc.pb.go proto/celestial/celestial_pb2.py proto/celestial/celestial_pb2.pyi proto/celestial/celestial_pb2_grpc.py proto/celestial/celestial_pb2_grpc.pyi : proto/celestial/celestial.proto proto/celestial/__init__.py # # build proto files
36
38
@protoc -I proto/celestial/ celestial.proto --go_out=proto/celestial --go_opt=paths=source_relative --go-grpc_out=proto/celestial --go-grpc_opt=require_unimplemented_servers=false,paths=source_relative
You can’t perform that action at this time.
0 commit comments