aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2021-03-01 21:01:27 +0100
committerTeddy Wing2021-03-01 21:01:27 +0100
commit241947b61a6df43943f6319dd274fdc0312685b3 (patch)
tree36ad49561d83493d566bf5afdf218a2e7ae2dc7c
parentd06cf8a81b3191ce1db5e8828399344ed9ebc359 (diff)
downloadextreload-241947b61a6df43943f6319dd274fdc0312685b3.tar.bz2
Makefile: Add source dependencies to `extreload` build
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 30a4a36..98bc97e 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ DIST_MAN_PAGE := $(DIST)/share/man/man1/extreload.1
.PHONY: build
build: extreload
-extreload:
+extreload: extreload.asd lib/* src/*.lisp
$(LISP) --load extreload.asd \
--eval '(ql:quickload :extreload)' \
--eval '(asdf:make :extreload)' \