yammerbot/Makefile
2020-10-29 02:21:07 -04:00

4 lines
98 B
Makefile

GOFILES=main.go mumble.go discord.go
mumble-discord-bridge: $(GOFILES)
go build -o $@ $(GOFILES)