llvm-6502/projects/Stacker/Makefile
Reid Spencer 5456091e90 Add the samples directory to the build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17299 91177308-0d34-0410-b5e6-96231b3b80d8
2004-10-28 04:07:54 +00:00

12 lines
296 B
Makefile

##===- projects/Stacker/Makefile ---------------------------*- Makefile -*-===##
#
# This is the Stacker top-level Makefile
#
##===----------------------------------------------------------------------===##
LEVEL = .
DIRS = lib tools samples
EXTRA_DIST = test
include $(LEVEL)/Makefile.common