summaryrefslogtreecommitdiff
path: root/libc/tests/Makefile
blob: 37e57b88e40deb95bb93620e04037ee380755a3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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)