1
0
mirror of https://github.com/stryan/mumble-discord-bridge.git synced 2025-02-05 14:39:23 -05:00

4 lines
98 B
Makefile
Raw Normal View History

2020-10-29 02:21:07 -04:00
GOFILES=main.go mumble.go discord.go
mumble-discord-bridge: $(GOFILES)
go build -o $@ $(GOFILES)