aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkitsunyan2019-12-20 04:35:07 +0000
committerkitsunyan2019-12-20 04:35:07 +0000
commit90d4c4be3bc15b2f594a0046c07b6f8654659ad5 (patch)
tree89a79ffa58b086e5211473bb8633f5344e39000f /Makefile
parenta25e544b717edab821779b4e7d978e8bf24debcb (diff)
Add Nim 1.0 support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index a4ace3c..a390d25 100644
--- a/Makefile
+++ b/Makefile
@@ -27,10 +27,7 @@ DIST = \
completion/zsh-git.patch \
doc/asciidoc.conf \
${MAN_PAGES:=.txt} \
- lib/*.nim \
- src/*.nim \
- src/feature/*.nim \
- src/wrapper/*.nim
+ $(shell find src lib -type f -name '*.nim')
EXTRA_DIST = \
${MAN_PAGES:=.in}