summaryrefslogtreecommitdiff
path: root/tutorial/automake.mk
blob: 82ad66d735a1dfc26f1ca3dd4f0d1292d6a3486f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
EXTRA_DIST += \
	tutorial/Tutorial \
	tutorial/ovs-sandbox \
	tutorial/t-setup \
	tutorial/t-stage0 \
	tutorial/t-stage1 \
	tutorial/t-stage2 \
	tutorial/t-stage3 \
	tutorial/t-stage4

sandbox: all
	cd $(srcdir)/tutorial && MAKE=$(MAKE) ./ovs-sandbox -b $(abs_builddir)