aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 55a550c2815f34119bbfd4250579c2f33f7a63b3 (plain)
1
2
3
4
5
6
7
8
SUBDIRS = nusmuk-utils nusmuk-audio

.PHONY: all clean

all clean:
	for dir in $(SUBDIRS); do \
		$(MAKE) -C $$dir $@; \
	done