mirror of
https://github.com/stryan/mumble-discord-bridge.git
synced 2024-12-28 09:15:39 -05:00
4 lines
98 B
Makefile
4 lines
98 B
Makefile
GOFILES=main.go mumble.go discord.go
|
|
|
|
mumble-discord-bridge: $(GOFILES)
|
|
go build -o $@ $(GOFILES)
|