summaryrefslogtreecommitdiff
path: root/test/test_c_projects/makefile_project/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_c_projects/makefile_project/Makefile')
-rw-r--r--test/test_c_projects/makefile_project/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_c_projects/makefile_project/Makefile b/test/test_c_projects/makefile_project/Makefile
index e69de29b..8b49a94d 100644
--- a/test/test_c_projects/makefile_project/Makefile
+++ b/test/test_c_projects/makefile_project/Makefile
@@ -0,0 +1,3 @@
+file.o : subdir/file.c
+ cc -c subdir/file.c -Isubdir
+