summaryrefslogtreecommitdiff
path: root/tutorial/automake.mk
blob: 5af0aac47a226993018fced3b8dc279954209d5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
docs += tutorial/Tutorial.md
EXTRA_DIST += \
	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) $(SANDBOXFLAGS)