summaryrefslogtreecommitdiff
path: root/projects/Stacker/Makefile
blob: 9b0872b8dbecac6c6a7422ac8ad78a0461fa230a (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
EXTRA_DIST = test samples

include $(LEVEL)/Makefile.common