From b2cfc4e2e71d0f0a5113ddfbd93c8285cc4d74e4 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 30 Sep 2003 17:47:41 +0000 Subject: Initial revision --- src/libutf/Makefile.LIB | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/libutf/Makefile.LIB (limited to 'src/libutf/Makefile.LIB') diff --git a/src/libutf/Makefile.LIB b/src/libutf/Makefile.LIB new file mode 100644 index 00000000..9ebf5606 --- /dev/null +++ b/src/libutf/Makefile.LIB @@ -0,0 +1,4 @@ +$(LIB): $(OFILES) + $(AR) $(ARFLAGS) $(LIB) $(OFILES) + +NUKEFILES+=$(LIB) -- cgit v1.2.3