You no longer have to delete constants! They are located in a global
[oota-llvm.git] / tools / 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