1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 04:52:54 +02:00
llvm-mirror/tools/llvm-dis/Makefile

8 lines
108 B
Makefile
Raw Normal View History

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