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

SUBDIRS :=
SUBDIRS += libflask
SUBDIRS += utils

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