We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0178e commit 31f3e99Copy full SHA for 31f3e99
Makefile
@@ -29,10 +29,10 @@ docker-test-image: .tools/Dockerfile
29
.PHONY: collection
30
collection: .build/lua-filters
31
32
-.build/lua-filters: $(FILTER_FILES)
+.build/lua-filters: $(FILTER_FILES) CONTRIBUTING.md LICENSE README.md
33
mkdir -p .build/lua-filters
34
cp -a $(FILTER_FILES) .build/lua-filters
35
- cp -a LICENSE .build/lua-filters
+ cp -a CONTRIBUTING.md LICENSE README.md .build/lua-filters
36
@printf "Filters collected in '%s'\n" "$@"
37
38
.build/lua-filters.tar.gz: .build/lua-filters
0 commit comments