Files
plane/apps/monitor/Makefile
2025-07-03 01:55:24 +05:30

15 lines
190 B
Makefile

help::
cd ./cli && go run .
start-cron::
cd ./cli && go run . cron start
build::
cd ./cli && go build
test::
chmod +x run-tests.sh && ./run-tests.sh
.PHONY: help, start-cron, test