diff options
Diffstat (limited to 'projects/sample/lib/Makefile')
-rw-r--r-- | projects/sample/lib/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/projects/sample/lib/Makefile b/projects/sample/lib/Makefile deleted file mode 100644 index 959038b..0000000 --- a/projects/sample/lib/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -##===- projects/sample/lib/Makefile ------------------------*- Makefile -*-===## - -# -# Relative path to the top of the source tree. -# -LEVEL=.. - -# -# List all of the subdirectories that we will compile. -# -DIRS=sample - -include $(LEVEL)/Makefile.common |