From aa738614530c1525b2337a3812d238b9776d51f0 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 1 Mar 2004 19:36:29 +0000 Subject: Build Unix-friendly versions directly from library. --- unix/make/Makefile.LIB | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 unix/make/Makefile.LIB (limited to 'unix/make/Makefile.LIB') diff --git a/unix/make/Makefile.LIB b/unix/make/Makefile.LIB new file mode 100644 index 00000000..9ebf5606 --- /dev/null +++ b/unix/make/Makefile.LIB @@ -0,0 +1,4 @@ +$(LIB): $(OFILES) + $(AR) $(ARFLAGS) $(LIB) $(OFILES) + +NUKEFILES+=$(LIB) -- cgit v1.2.3