aboutsummaryrefslogtreecommitdiff
blob: 1db765417042968a1b577b765ad8f09e1778b8c0 (plain)
1
2
3
4
5
6
7
8
SUBDIRS = $(patsubst %/Makefile,%,$(wildcard */Makefile))
# DO NOT STARE AT THE SUN
all:
%:; $(MAKE) `printf '%s_$@_ ' $(SUBDIRS)`
_words = $(subst _, ,$1)
_dir = $(firstword $(call _words,$@))
_targ = $(lastword $(call _words,$@))
%_:; $(MAKE) -C $(_dir) $(_targ)