.DEFAULT_GOAL := default
irc:
$(MAKE) -f protocols/irc/Makefile
xmpp:
$(MAKE) -f protocols/xmpp/Makefile
all: xmpp
default: all