aboutsummaryrefslogtreecommitdiff
path: root/dist/libxsde/makefile
blob: 2f1787e4cc12516646cb074b5395dba38b16d11a (plain)
1
2
3
4
5
6
7
8
9
10
dirs := xsde

.PHONY: all $(dirs)
all: $(dirs)

$(dirs):
	$(MAKE) -C $@ $(MAKECMDGOALS)

makefile: ;
% :: $(dirs) ;