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

SUBDIRS = uri manifest cert_hash roa

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

install:
	@true