diff options
Diffstat (limited to 'unit-tests/test')
-rw-r--r-- | unit-tests/test/script/buildfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/unit-tests/test/script/buildfile b/unit-tests/test/script/buildfile index cc5d36b..7e2aa9b 100644 --- a/unit-tests/test/script/buildfile +++ b/unit-tests/test/script/buildfile @@ -2,6 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -d = lexer/ parser/ regex/ -./: $d -include $d +./: lexer/ parser/ regex/ |