## TODO: Consider using 'rebar' instead of Make.

MODULES = catlfish

all: subdirs $(MODULES:%=%.beam)

subdirs:
	$(MAKE) -C https

include Makefile.inc