diff options
Diffstat (limited to 'test cases/common/157 custom target subdir depend files/subdir/foo.c.in')
-rw-r--r-- | test cases/common/157 custom target subdir depend files/subdir/foo.c.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/common/157 custom target subdir depend files/subdir/foo.c.in b/test cases/common/157 custom target subdir depend files/subdir/foo.c.in new file mode 100644 index 0000000..a867b32 --- /dev/null +++ b/test cases/common/157 custom target subdir depend files/subdir/foo.c.in @@ -0,0 +1,6 @@ +#include <stdio.h> + +int main(void) { + printf("foo is working.\n"); + return 0; +} |