diff options
author | Horacio Sanson <hsanson@gmail.com> | 2021-02-06 21:31:16 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-06 21:31:16 +0900 |
commit | b88d3c4e4bcaedcf42872186a96f7c21975fc68e (patch) | |
tree | dcd7de7c6239c26053c38ab89033923fc5b830b8 /test/test_c_projects/gnumakefile_project | |
parent | cf53eb3667edddf5708114aa0e617403d5dcd75b (diff) | |
parent | ae916d49fd907592a73676fc1f570f75d67353d2 (diff) | |
download | ale-b88d3c4e4bcaedcf42872186a96f7c21975fc68e.zip |
Merge pull request #3575 from hugomg/gnumakefile
Have c_parse_makefile look for GNUmakefile as well
Diffstat (limited to 'test/test_c_projects/gnumakefile_project')
-rw-r--r-- | test/test_c_projects/gnumakefile_project/GNUmakefile | 0 | ||||
-rw-r--r-- | test/test_c_projects/gnumakefile_project/file.c | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/test/test_c_projects/gnumakefile_project/GNUmakefile b/test/test_c_projects/gnumakefile_project/GNUmakefile new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/test_c_projects/gnumakefile_project/GNUmakefile diff --git a/test/test_c_projects/gnumakefile_project/file.c b/test/test_c_projects/gnumakefile_project/file.c new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/test_c_projects/gnumakefile_project/file.c |