summaryrefslogtreecommitdiff
path: root/tools/golang/Makefile
blob: b022e2c5a3144cdd0f8cffaea470749fba26ceba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
XEN_ROOT=$(CURDIR)/../..
include $(XEN_ROOT)/tools/Rules.mk

SUBDIRS-y = xenlight

.PHONY: build all
all build: subdirs-all

.PHONY: install
install: subdirs-install

.PHONY: uninstall
uninstall: subdirs-uninstall

.PHONY: clean
clean: subdirs-clean
	$(RM) -r src pkg

.PHONY: distclean
distclean: clean