Skip to content
This repository was archived by the owner on Mar 1, 2020. It is now read-only.

Commit 0fcd61b

Browse files
committed
[Make] Create tarball command
1 parent 444c14d commit 0fcd61b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,10 @@ install:
1717
cp -fr "Rome/" "$(DESTDIR)/Frameworks/"
1818
install_name_tool -add_rpath "@executable_path/../Frameworks/" "$(DESTDIR)/bin/querykit"
1919

20+
clean:
21+
rm -fr Rome build bin/querykit
22+
23+
tarball: all
24+
git checkout-index --all --prefix=build/
25+
GZIP=-9 tar -czf querykit-cli.tar.gz Rome/ bin/querykit share/
26+

0 commit comments

Comments
 (0)