8 lines
158 B
Makefile
8 lines
158 B
Makefile
LEVEL = ../..
|
|
TOOLNAME = lli
|
|
USEDLIBS = opt bcreader bcwriter vmcore asmwriter analysis support target
|
|
TOOLLINKOPTS = -ldl
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|