llvm-6502/tools/lli/Makefile
Chris Lattner 86660981e1 Lots of new functionality
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372 91177308-0d34-0410-b5e6-96231b3b80d8
2001-08-27 05:16:50 +00:00

12 lines
212 B
Makefile

LEVEL = ../..
include $(LEVEL)/Makefile.common
all:: lli
clean::
rm -f lli
lli : $(ObjectsG)
$(LinkG) -o $@ $(ObjectsG) \
-lopt -lbcreader -lbcwriter \
-lvmcore -lasmwriter -lanalysis -lsupport -ltarget