summaryrefslogtreecommitdiff
path: root/projects/Stacker/Makefile
blob: eca20ec1d3c2a4c4761de76639c935967ab2eabb (plain)
1
2
3
4
5
6
7
8
9
10
11
##===- projects/Stacker/Makefile ---------------------------*- Makefile -*-===##
#
# This is the Stacker top-level Makefile
#
##===----------------------------------------------------------------------===##

LEVEL = .
DIRS = lib tools samples 
EXTRA_DIST = test

include $(LEVEL)/Makefile.common