summaryrefslogtreecommitdiff
path: root/libc-0.0.4/tests/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc-0.0.4/tests/makefile')
-rw-r--r--libc-0.0.4/tests/makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/libc-0.0.4/tests/makefile b/libc-0.0.4/tests/makefile
new file mode 100644
index 0000000..150bf45
--- /dev/null
+++ b/libc-0.0.4/tests/makefile
@@ -0,0 +1,17 @@
+# 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
+
+include Real_make
+
+fetch_them:
+ cp -p $(SRC) Real_make $(TOPDIR)/tests/.
+
+clean:
+ rm -f $(OBJ) $(EXE) $(LINK_FILES)