aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)' \