- ./debug and ./run now pass along arguments.
[match/match.git] / make-package
diff --git a/make-package b/make-package
new file mode 100755 (executable)
index 0000000..59765dc
--- /dev/null
@@ -0,0 +1 @@
+git archive --format=tar --prefix=match/ HEAD^{tree} | bzip2 >match.tar.bz2