summaryrefslogtreecommitdiff
path: root/tutorial/automake.mk
blob: d88d5b45e80aee04c618ccb9803549767ec6ae1f (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 && ./ovs-sandbox -b $(abs_builddir)