aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2022-08-25 20:57:04 +0200
committerTeddy Wing2022-08-25 20:57:04 +0200
commitbc3109dd27646004bf12430ddeb210f23ccda7f7 (patch)
tree3c0e243c7733cbe31962e7b53750b4c2335cbcc3
parentccda038e714b1b48de214626ab68f4a9c0c6701c (diff)
downloadextreload-bc3109dd27646004bf12430ddeb210f23ccda7f7.tar.bz2
Makefile: Add dependencies on `bundle` target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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/