mirror-nourybot-matrix/Makefile

8 lines
184 B
Makefile
Raw Normal View History

2023-05-04 05:57:44 +02:00
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"