Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
McLargo committed Nov 15, 2024
1 parent 1fbf488 commit 58d4b64
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
SERVER_PORT := 50051
BOT_PORT := 3001
BOT_NAME := python-bot1

# Run py bot
runbotpy:
python3 main.py --bn $(BOT_NAME) --la=localhost:$(BOT_PORT) --gs=localhost:$(SERVER_PORT)

.PHONY: runbotpy

0 comments on commit 58d4b64

Please sign in to comment.