blob: e7848d88d3bde4be6cef2ea50385c0e32445c3a7 [file] [log] [blame]
##===- sample/lib/Makefile ---------------------------------*- Makefile -*-===##
# Relative path to the top of the source tree.
LEVEL := ..
# Goal of this directory is just descend to the DIRS
GOAL := common
# List all of the subdirectories that we will compile.
DIRS := sample
# Get all the rules to build things.
include $(LEVEL)/Makefile.config