diff options
author | Teddy Wing | 2022-05-22 01:14:55 +0200 |
---|---|---|
committer | Teddy Wing | 2022-05-22 01:14:55 +0200 |
commit | d60689ab2f00bd04c7ff39429b3f65615426da56 (patch) | |
tree | 890eac34367faae9f3fef8cfa56bdb4cbf42c0f4 | |
parent | d1fac640fbb66e4a01dc53097bba17803cd4ed48 (diff) | |
download | wajir-d60689ab2f00bd04c7ff39429b3f65615426da56.tar.bz2 |
Makefile: Add source file dependencies to `pkg` target
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |