-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
40 lines (26 loc) · 1.74 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.PHONY: proto
proto:
protoc --proto_path=. --micro_out=. --go_out=. proto/user/user.proto
protoc --proto_path=. --micro_out=. --go_out=. proto/role/role.proto
protoc --proto_path=. --micro_out=. --go_out=. proto/config/config.proto
protoc --proto_path=. --micro_out=. --go_out=. proto/area/area.proto
protoc --proto_path=. --micro_out=. --go_out=. proto/lpr/lpr.proto
protoc --proto_path=. --micro_out=. --go_out=. proto/material/material.proto
protoc --proto_path=. --micro_out=. --go_out=. proto/opc/opc.proto
protoc --proto_path=. --micro_out=. --go_out=. proto/agv/agv.proto
protoc --proto_path=. --micro_out=. --go_out=. proto/system/system.proto
protoc --proto_path=. --micro_out=. --go_out=. proto/order/order.proto
protoc --proto_path=. --micro_out=. --go_out=. proto/point/point.proto
protoc --proto_path=. --micro_out=. --go_out=. proto/station/station.proto
protoc --proto_path=. --micro_out=. --go_out=. proto/segment/segment.proto
protoc --proto_path=. --micro_out=. --go_out=. proto/route/route.proto
protoc --proto_path=. --micro_out=. --go_out=. proto/rack/rack.proto
protoc --proto_path=. --micro_out=. --go_out=. proto/racktype/racktype.proto
protoc --proto_path=. --micro_out=. --go_out=. proto/racklot/racklot.proto
protoc --proto_path=. --micro_out=. --go_out=. proto/task/task.proto
protoc --proto_path=. --micro_out=. --go_out=. proto/script/script.proto
protoc --proto_path=. --micro_out=. --go_out=. proto/log/log.proto
protoc --proto_path=. --micro_out=. --go_out=. proto/devices/devices.proto
protoc --proto_path=. --micro_out=. --go_out=. proto/ledscreen/ledscreen.proto
protoc --proto_path=. --micro_out=. --go_out=. proto/camera/camera.proto
protoc --proto_path=. --micro_out=. --go_out=. proto/report/report.proto