aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index aafcadc..20e6126 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -67,6 +67,8 @@ install: all docs
test:
$(MAKE) -C tests
+$(OBJS) $(EXTENSION_OBJS): Makefile
+
ifeq ($(jim_libtype),static)
$(LIBJIM): $(OBJS) $(EXTENSIONS_OBJS)
$(AR) cr $@ $^