Initial check in of graph.cpp: implements graph interface used in path profiles
[oota-llvm.git] / Makefile
1 LEVEL = .
2 DIRS = lib tools
3
4 include $(LEVEL)/Makefile.common
5
6 test :: all
7         cd test; $(MAKE)