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, 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
-