diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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} |