Big Refacotr -part1
This commit is contained in:
8
Makefile
8
Makefile
@@ -19,8 +19,8 @@ build-local-server:
|
||||
run-local-server:
|
||||
- cd deploy/ && ./server
|
||||
|
||||
build-local-chronos:
|
||||
- go build -C ${SRC_DIR} -o ../deploy/chronos cmd/chronos/main.go
|
||||
build-local-scheduler:
|
||||
- go build -C ${SRC_DIR} -o ../deploy/scheduler cmd/scheduler/main.go
|
||||
|
||||
run-local-chronos:
|
||||
- cd deploy/ && ./chronos
|
||||
run-local-scheduler:
|
||||
- cd deploy/ && ./scheduler
|
||||
|
||||
Reference in New Issue
Block a user