mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-28 16:58:51 +00:00
9 lines
284 B
Makefile
9 lines
284 B
Makefile
EXTRA_DIST=m4/Makefile.am sample-headers
|
|
MAINTAINERCLEANFILES=Makefile.in config.guess config.sub install-sh \
|
|
ltmain.sh missing mkinstalldirs
|
|
|
|
dist-hook:
|
|
find "${distdir}" -type d -name CVS -print0 | xargs -0 rm -rf
|
|
find "${distdir}" -type d -name .svn -print0 | xargs -0 rm -rf
|
|
|