Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
llvm
Makefile
Find file
Normal view
History
Permalink
Makefile
103 B
Newer
Older
Initial revision
Chris Lattner
committed
Jun 06, 2001
1
LEVEL
=
.
Build burg tree
Chris Lattner
committed
Sep 17, 2002
2
DIRS
=
utils/Burg lib tools
Initial revision
Chris Lattner
committed
Jun 06, 2001
3
4
5
6
7
include
$(LEVEL)/Makefile.common
test
::
all
cd test
;
$(
MAKE
)