From d60689ab2f00bd04c7ff39429b3f65615426da56 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 22 May 2022 01:14:55 +0200 Subject: Makefile: Add source file dependencies to `pkg` target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3