aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
blob: 6750dd20ed93367f86b5e21efd012e711aec5c27 (plain) (blame)
1
2
3
4
5
6
7
8
9
# $Id$

SUBDIRS = resource-set uri

all clean:
	@for i in ${SUBDIRS}; do echo "Making $@ in $$i"; (cd $$i && make $@); done

install:
	@true