aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/example/Makefile.in b/example/Makefile.in
index e0dc34b95..76848d4c1 100644
--- a/example/Makefile.in
+++ b/example/Makefile.in
@@ -54,6 +54,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