From bc3109dd27646004bf12430ddeb210f23ccda7f7 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 25 Aug 2022 20:57:04 +0200 Subject: Makefile: Add dependencies on `bundle` target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80344fc..34c25cf 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ extreload_$(VERSION)_darwin-x86_64.tar.bz2: dist tar cjv -s /dist/extreload_$(VERSION)_darwin-x86_64/ -f $@ dist -bundle: +bundle: extreload.asd src/*.lisp mkdir -p lib/extreload cp -a extreload.asd src lib/extreload/ -- cgit v1.2.3