summaryrefslogtreecommitdiff
path: root/projects/Stacker/Makefile
blob: 5b8281c92df4f01f10f6c4207379482def0002ac (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

include $(LEVEL)/Makefile.common