diff options
author | roel0 <roel.postelmans@altran.com> | 2018-03-21 20:44:35 +0100 |
---|---|---|
committer | roel0 <roel.postelmans@altran.com> | 2018-03-21 20:44:35 +0100 |
commit | 69237a7e57a67e37e8dcd0c3d97b4a6ffda5929a (patch) | |
tree | dc3d86a1932dc7aea035a31ef49df27c55dc041a /test/test_c_projects | |
parent | 7593e2037741fa264aa4029529180cc152c802b6 (diff) | |
download | ale-69237a7e57a67e37e8dcd0c3d97b4a6ffda5929a.zip |
Added additional unit tests + adapted review comments #1167
Diffstat (limited to 'test/test_c_projects')
-rw-r--r-- | test/test_c_projects/makefile_project/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_c_projects/makefile_project/Makefile b/test/test_c_projects/makefile_project/Makefile index 8b49a94d..e69de29b 100644 --- a/test/test_c_projects/makefile_project/Makefile +++ b/test/test_c_projects/makefile_project/Makefile @@ -1,3 +0,0 @@ -file.o : subdir/file.c - cc -c subdir/file.c -Isubdir - |