summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-08-22 20:32:45 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2016-08-27 09:31:30 (GMT)
commit4e8c1325504d2d0fd8f405785d91705512bdffc5 (patch)
treec6424a8c2277dc00a907a0abf2df78a88372a7be /Makefile
parent8e35c23242cbc7aba16463f4f9ffcc6cc17d66f4 (diff)
downloadmxe-4e8c1325504d2d0fd8f405785d91705512bdffc5.zip
mxe-4e8c1325504d2d0fd8f405785d91705512bdffc5.tar.gz
mxe-4e8c1325504d2d0fd8f405785d91705512bdffc5.tar.bz2
move CNAME to docs/
See https://github.com/mxe/mxe/issues/1500
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1bfe64e..937c426 100644
--- a/Makefile
+++ b/Makefile
@@ -742,7 +742,7 @@ define CLEANUP_STYLE
endef
cleanup-style:
- $(foreach FILE,$(wildcard $(addprefix $(TOP_DIR)/,Makefile docs/index.html CNAME src/*.mk src/*test.* tools/*)),$(call CLEANUP_STYLE,$(FILE)))
+ $(foreach FILE,$(wildcard $(addprefix $(TOP_DIR)/,Makefile docs/index.html docs/CNAME src/*.mk src/*test.* tools/*)),$(call CLEANUP_STYLE,$(FILE)))
.PHONY: cleanup-deps-style
cleanup-deps-style: