mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
12 lines
178 B
Makefile
12 lines
178 B
Makefile
#
|
|
# $Id: Makefile,v 1.3 1997/07/27 23:09:09 gdr Exp $
|
|
#
|
|
|
|
.INCLUDE: ../../const.mk
|
|
|
|
OBJS = fdopen.o fgetln.o mktemp.o perror.o tempnam.o
|
|
|
|
default: $(OBJS)
|
|
|
|
.INCLUDE: ../rules.mk
|