summaryrefslogtreecommitdiff
path: root/src/Makefile
blob: 9650e257aee76c4e5719df5928e2f05ae696c9f3 (plain)
1
2
3
4
5
6
7
8
9
10
## TODO: Consider using 'rebar' instead of Make.

MODULES = catlfish

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

subdirs:
	$(MAKE) -C https

include Makefile.inc