aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2022-05-22 01:14:55 +0200
committerTeddy Wing2022-05-22 01:14:55 +0200
commitd60689ab2f00bd04c7ff39429b3f65615426da56 (patch)
tree890eac34367faae9f3fef8cfa56bdb4cbf42c0f4
parentd1fac640fbb66e4a01dc53097bba17803cd4ed48 (diff)
downloadwajir-d60689ab2f00bd04c7ff39429b3f65615426da56.tar.bz2
Makefile: Add source file dependencies to `pkg` target
-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