diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-03 09:18:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-03 09:18:25 +0200 |
commit | f429e2c55f77d5869683d902c9f4d96df1678d6c (patch) | |
tree | 7aa60d04a145620b10cbc046a9894479121addc4 /tests/buildfile | |
parent | 424e315dfa9a78aebf0653c95f83fe6ed452dd8e (diff) |
Get rid of legacy build systems
Diffstat (limited to 'tests/buildfile')
-rw-r--r-- | tests/buildfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/buildfile b/tests/buildfile index 3e7f5fa..b79265a 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -2,6 +2,4 @@ # copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file -d = parser/ roundtrip/ serializer/ -./: $d -include $d +./: parser/ roundtrip/ serializer/ |