diff options
Diffstat (limited to 'cpp/test')
-rw-r--r-- | cpp/test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/Makefile b/cpp/test/Makefile index 24c5a7beed3..2873360a922 100644 --- a/cpp/test/Makefile +++ b/cpp/test/Makefile @@ -22,7 +22,8 @@ SUBDIRS = IceUtil \ IceStorm \ IcePack \ Freeze \ - Glacier + Glacier \ + Transform $(EVERYTHING):: @for subdir in $(SUBDIRS); \ |