Skip to content

Commit

Permalink
go: Makefile: Add run and stop options
Browse files Browse the repository at this point in the history
  • Loading branch information
ish-hcc committed Sep 19, 2024
1 parent 382a14f commit de886d9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@ default:
@echo "[*] Building cb-spider..."
@make -C cb-spider

run:
@cd cb-spider
@./bin/start.sh

stop:
@cd cb-spider
@./bin/stop.sh

0 comments on commit de886d9

Please sign in to comment.