llvm-6502/tools/llvm-dis/Makefile
2001-07-23 02:35:57 +00:00

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