diff options
Diffstat (limited to 'tools/lli/Makefile')
-rw-r--r-- | tools/lli/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile index bf4483f..9cf483c 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -1,11 +1,6 @@ LEVEL = ../.. -include $(LEVEL)/Makefile.common +TOOLNAME = lli +USEDLIBS = opt bcreader bcwriter vmcore asmwriter analysis support target -all:: lli -clean:: - rm -f lli +include $(LEVEL)/Makefile.common -lli : $(ObjectsG) - $(LinkG) -o $@ $(ObjectsG) \ - -lopt -lbcreader -lbcwriter \ - -lvmcore -lasmwriter -lanalysis -lsupport -ltarget |