update build list

This commit is contained in:
gdr 1997-09-21 16:35:12 +00:00
parent db4bce6e93
commit a54e2a8e91

View File

@ -1,13 +1,19 @@
#
# $Id: Makefile,v 1.1 1997/02/28 05:12:56 gdr Exp $
# $Id: Makefile,v 1.2 1997/09/21 16:35:12 gdr Exp $
#
.INCLUDE: ../../const.mk
.INCLUDE: ../../../../paths.mk
.INCLUDE: ../../../const.mk
LIBC := ../../libc
LDLIBS = -l$(LIBC)
CFLAGS := -v -w -G25 $(STACK) $(DEFINES) $(INCLUDES)
default: perror
PROGS = buffer fdopen1 fdopen2 fgetln fgets1 filenos float1 fopen \
fopen2 getputch offsetof perror showfds
.PRECIOUS: perror.o
default: $(PROGS)
.PRECIOUS: $(PROGS)
.INCLUDE: ../../rules.mk