llvm-mirror/tools/llvm-dis/Makefile

8 lines
110 B
Makefile
Raw Normal View History

2001-06-06 20:29:01 +00:00
LEVEL = ../..
TOOLNAME = dis
USEDLIBS = bcreader vmcore support.a cwriter
include $(LEVEL)/Makefile.common
2001-06-06 20:29:01 +00:00