hanchenye-llvm-project/llvm/tools/llvm-dis/Makefile

11 lines
179 B
Makefile

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