summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 61f6f652037c8c3baa448e2ed24fbe293a9bbdfd (plain)
1
2
3
4
5
6
7
SUBDIRS=server client


all:
	for dir in $(SUBDIRS); do \
		$(MAKE) -C $$dir || exit 1; \
	done