diff options
Diffstat (limited to 'projects/sample/tools/sample/Makefile')
-rw-r--r-- | projects/sample/tools/sample/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/projects/sample/tools/sample/Makefile b/projects/sample/tools/sample/Makefile deleted file mode 100644 index 324030c..0000000 --- a/projects/sample/tools/sample/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -##===- projects/sample/tools/sample/Makefile ---------------*- Makefile -*-===## - -# -# Indicate where we are relative to the top of the source tree. -# -LEVEL=../.. - -# -# Give the name of the tool. -# -TOOLNAME=Sample - -# -# List libraries that we'll need -# We use LIBS because sample is a dynamic library. -# -USEDLIBS = sample.a - -# -# Include Makefile.common so we know what to do. -# -include $(LEVEL)/Makefile.common - |