summaryrefslogtreecommitdiff
path: root/tools/llvm-dis/Makefile
blob: 8ce3e2161c24c471df51b55ea12f6a2ac5a9229f (plain)
1
2
3
4
5
6
7
8
9
10
LEVEL = ../..
include $(LEVEL)/Makefile.common

all:: dis
clean ::
	rm -f dis

dis : $(ObjectsG)
	$(LinkG) -o $@ $(ObjectsG) -lbcreader -lasmwriter -lanalysis -lvmcore -lsupport