aboutsummaryrefslogtreecommitdiff
path: root/utils/Makefile
blob: 097d2ba48619c47fe82635aa9e622248ea8a9d88 (plain) (blame)
1
2
3
4
5
6
7
8
9
# $Id$

SUBDIRS = uri manifest

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

install:
	@true