Add the samples directory to the build
[oota-llvm.git] / projects / Stacker / Makefile
1 ##===- projects/Stacker/Makefile ---------------------------*- Makefile -*-===##
2 #
3 # This is the Stacker top-level Makefile
4 #
5 ##===----------------------------------------------------------------------===##
6
7 LEVEL = .
8 DIRS = lib tools samples 
9 EXTRA_DIST = test
10
11 include $(LEVEL)/Makefile.common