Files
htwkalender/services/Makefile
2024-06-16 02:54:50 +02:00

16 lines
348 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