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

SUBDIRS :=
SUBDIRS += utils

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