summaryrefslogtreecommitdiff
path: root/tools/llvm-dis/Makefile
blob: e6624ab544270fdaa2acb2fbc10ae79a5947fae6 (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