Chat-O-Matic/protocols/Makefile

12 lines
134 B
Makefile
Raw Normal View History

2021-05-19 16:12:19 -05:00
.DEFAULT_GOAL := default
2021-06-20 22:17:24 -05:00
irc:
$(MAKE) -f protocols/irc/Makefile
2021-05-19 16:12:19 -05:00
xmpp:
$(MAKE) -f protocols/xmpp/Makefile
all: xmpp
default: all