From fdef6f3545bd4a8e722b2ace144a2b73a782f265 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sat, 19 Sep 2020 02:23:53 +0200 Subject: Fixed broken `make dist' and added CI check. Signed-off-by: Toni Uhlig --- example/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'example') diff --git a/example/Makefile.in b/example/Makefile.in index 32e36677d..4d0c908f6 100644 --- a/example/Makefile.in +++ b/example/Makefile.in @@ -47,6 +47,10 @@ clean: /bin/rm -f _install _postbuild _postinstall _preinstall /bin/rm -rf build +distdir: + cp categories.txt mining_hosts.txt README.DPDK '$(distdir)/' + find . -maxdepth 1 -type f -name '*.c' -o -name '*.h' -o -name '*.py' | xargs -I'{}' cp '{}' '$(distdir)/{}' + distclean: clean /bin/rm -f Makefile.dpdk /bin/rm -f Makefile -- cgit v1.2.3