Skip to content

Commit de63be6

Browse files
committed
make containers
1 parent 85e8e5f commit de63be6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ PROJECT_NAME := "celestial"
2727
PKG := "github.com/OpenFogStack/$(PROJECT_NAME)"
2828
GO_FILES := $(shell find . -name '*.go' | grep -v _test.go)
2929

30-
.PHONY: build proto ebpf celestial-make satgen-docker rootfsbuilder
30+
.PHONY: build proto ebpf containers celestial-make satgen-docker rootfsbuilder
3131

3232
build: celestial.bin
3333

34+
containers: celestial-make satgen-docker rootfsbuilder
35+
3436
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
3537
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
3638
@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

0 commit comments

Comments
 (0)