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

include $(LEVEL)/Makefile.common