aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 7ac8619c68ef3acafde30f68d44d6082f0f21a3d (plain) (blame)
1
2
3
4
5
6
# $Id$

SUBDIRS = openssl rcynic tests pow

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