diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |