aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3933e77..f5db4ac 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ bundle/bundled-local-projects/0000/wajir/wajir: bundle
.PHONY: pkg
pkg: wajir_$(VERSION).tar.bz2
-wajir_$(VERSION).tar.bz2: bundle
+wajir_$(VERSION).tar.bz2: bundle wajir.asd src/*.lisp
git archive --output=wajir_$(VERSION).tar HEAD
tar -rf wajir_$(VERSION).tar bundle
bzip2 wajir_$(VERSION).tar