summaryrefslogtreecommitdiff
path: root/libc/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/tests/Makefile')
-rw-r--r--libc/tests/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/libc/tests/Makefile b/libc/tests/Makefile
new file mode 100644
index 0000000..37e57b8
--- /dev/null
+++ b/libc/tests/Makefile
@@ -0,0 +1,20 @@
+# 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.
+
+TOP=..
+include $(TOP)/Make.defs
+CFLAGS=$(CCFLAGS) -ansi
+
+default: all
+
+libc.a:
+ @echo -n
+
+include Real_make
+
+fetch_them:
+ cp -p $(SRC) Real_make $(TOPDIR)/tests/.
+
+clean:
+ rm -f $(OBJ) $(EXE) $(LINK_FILES)