blob: 7c2d3280b2875513d4553f37c76cf4a75a30635f [file] [log] [blame]
Chris Lattner8ca0eeb2003-08-21 22:29:52 +00001#
2# This is a sample Makefile for a project that uses LLVM.
3#
4
5#
6# Indicates our relative path to the top of the project's root directory.
7#
8LEVEL = .
9
10#
11# Directories that needs to be built.
12#
13DIRS = tools
14
15#
16# Include the Master Makefile that knows how to build all.
17#
18include $(LEVEL)/Makefile.common
19