commit 72272b0088e6e2e6b7ee63d14e8b4c335850dc44 parent d8b95554be6b3073679f58751f422c13157cb2f5 Author: sin <sin@2f30.org> Date: Mon, 2 Jun 2014 11:37:08 +0100 Add install target for zlib Diffstat:
M | zlib/zlib.mk | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zlib/zlib.mk b/zlib/zlib.mk @@ -1,6 +1,6 @@ LIB = libz.a +INSTALL_LIB = libz.a LOBJ = `{ls *.c | sed 's/.$/o/'} NPROC = $nprocs <$mkbuild/mk.default -