aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ac04f819..ffe08765 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
# $Id$
-SUBDIRS = openssl rcynic tests pow rpkid
+SUBDIRS = openssl rcynic utils pow rpkid
all install clean test:
- @for i in ${SUBDIRS}; do echo "Making $@ in $$i"; (cd $$i && make $@); done
+ @for i in ${SUBDIRS}; do echo "Making $@ in $$i"; (cd $$i && ${MAKE} $@); done
test: all