Large scale changes to implement new command line argument facility
[oota-llvm.git] / tools / llvm-dis / Makefile
1 LEVEL = ../..
2 include $(LEVEL)/Makefile.common
3
4 all:: dis
5 clean ::
6         rm -f dis
7
8 dis : $(ObjectsG)
9         $(LinkG) -o $@ $(ObjectsG) -lbcreader -lasmwriter -lanalysis -lvmcore -lsupport
10