summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 807a4b21..aac341f8 100644
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,7 @@ test: jq_test
releasedep: lexer.gen.c parser.gen.c jv_utf8_tables.gen.h
docs/content/2.download/source/jq.tgz: jq
+ mkdir -p `dirname $@`
tar -czvf $@ `git ls-files; ls *.gen.*`
tarball: docs/content/2.download/source/jq.tgz \ No newline at end of file