mirror of
https://github.com/lyx0/nourybot-matrix.git
synced 2024-11-13 19:49:54 +01:00
8 lines
184 B
Makefile
8 lines
184 B
Makefile
|
BINARY_NAME=NourybotMatrix.out
|
||
|
|
||
|
cup:
|
||
|
sudo docker compose up
|
||
|
|
||
|
xd:
|
||
|
go build -o ./bin/${BINARY_NAME} && ./bin/${BINARY_NAME} --homeserver="matrix.xxx" --username="xxx" --password="xxx"
|