diff liboutrt/Makefile @ 133:765991f42d86

liboutrt started with binary file reading
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 06 Oct 2022 23:15:26 -0800
parents libnumdb/Makefile@1d590563e64b
children 2b03d2584f88
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/liboutrt/Makefile	Thu Oct 06 23:15:26 2022 -0800
@@ -0,0 +1,13 @@
+CC=	gcc
+CFLAGS=	-O2
+OBJS=	readbin.o
+LIB=	liboutrt.a
+
+all:	${LIB}
+
+${LIB}:	${OBJS}
+	ar rcu $@ ${OBJS}
+	ranlib $@
+
+clean:
+	rm -f *.[oa] errs