aboutsummaryrefslogtreecommitdiffstats
path: root/tools/flask/Makefile
blob: a27b2650b3dbf10832a4fcd0c750a5b1f9f479d3 (plain)
1
2
3
4
5
6
7
8
9
10
XEN_ROOT = $(CURDIR)/../..
include $(XEN_ROOT)/tools/Rules.mk

SUBDIRS :=
SUBDIRS += libflask
SUBDIRS += utils

.PHONY: all clean install
all clean install: %: subdirs-%