Files
htwkalender/services/Makefile
2024-06-18 12:50:21 +02:00

16 lines
352 B
Makefile

run-data-manager:
@go run data-manager/main.go serve
run-ical:
@go run ical/main.go
build-ical:
@go build ical/main.go
gen:
@protoc \
--proto_path=protobuf "protobuf/modules.proto" \
--go_out="common/genproto/modules" \
--go_opt=paths=source_relative \
--go-grpc_out="common/genproto/modules" \
--go-grpc_opt=paths=source_relative