mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 07:30:05 +00:00
add fdopen.c to build
This commit is contained in:
parent
bc0a3deceb
commit
10ea6a13be
@ -1,10 +1,10 @@
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1997/05/03 19:40:45 gdr Exp $
|
||||
# $Id: Makefile,v 1.3 1997/07/27 23:09:09 gdr Exp $
|
||||
#
|
||||
|
||||
.INCLUDE: ../../const.mk
|
||||
|
||||
OBJS = fgetln.o mktemp.o perror.o tempnam.o
|
||||
OBJS = fdopen.o fgetln.o mktemp.o perror.o tempnam.o
|
||||
|
||||
default: $(OBJS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user