diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index c2139d2a..3bf3623d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -460,6 +460,7 @@ CHECK_VARS = \ ZLIB="$(ZLIB)" \ # Test files in source tree. +# BUILDBINDIRS is a list of directories which contain target binaries check-tree : BUILDBINDIRS :=./analyzer \ ./converter/other \ @@ -479,6 +480,7 @@ check-tree : BUILDBINDIRS :=./analyzer \ ./editor/pamflip \ ./editor/specialty \ ./generator \ +./generator/pamtris \ ./other \ ./other/pamx |