mirror-nourybot-matrix/Makefile

8 lines
125 B
Makefile

BINARY_NAME=NourybotMatrix.out
cup:
sudo docker compose up
xd:
go build -o ./bin/${BINARY_NAME} && ./bin/${BINARY_NAME}