Chat-O-Matic/protocols/Makefile

9 lines
93 B
Makefile
Raw Normal View History

2021-05-19 16:12:19 -05:00
.DEFAULT_GOAL := default
xmpp:
$(MAKE) -f protocols/xmpp/Makefile
all: xmpp
default: all