mumble-discord-bridge/Makefile

4 lines
98 B
Makefile
Raw Normal View History

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