summaryrefslogtreecommitdiff
path: root/libc/time/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/time/Makefile')
-rw-r--r--libc/time/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/libc/time/Makefile b/libc/time/Makefile
new file mode 100644
index 0000000..6e95444
--- /dev/null
+++ b/libc/time/Makefile
@@ -0,0 +1,15 @@
+# Copyright (C) 1996 Robert de Bath <robert@mayday.compulink.co.uk>
+# This file is part of the Linux-8086 C library and is distributed
+# under the GNU Library General Public License.
+
+OBJ=localtime.o gmtime.o asctime.o ctime.o asc_conv.o tm_conv.o
+
+CFLAGS=$(ARCH) $(CCFLAGS) $(DEFS)
+
+all: $(LIBC)
+ @:
+
+$(LIBC): $(LIBC)($(OBJ))
+
+clean:
+ rm -f *.o libc.a