From a39cd229e0b803f8f6c7aaaf6f3e4c92e7a71d59 Mon Sep 17 00:00:00 2001 From: sfilippone Date: Thu, 27 Mar 2025 12:40:36 +0100 Subject: [PATCH] Improved dependencies in main makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9a3d3fb9..7bf6531b 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ amgp: cbnd: amgp cd cbind && $(MAKE) objs -install: lib +install: all mkdir -p $(INSTALL_LIBDIR) &&\ $(INSTALL_DATA) lib/*.a $(INSTALL_LIBDIR) mkdir -p $(INSTALL_INCLUDEDIR) &&\