mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-02 23:31:56 +00:00
12 lines
169 B
Makefile
12 lines
169 B
Makefile
#
|
|
# $Id: Makefile,v 1.2 1997/05/03 19:40:45 gdr Exp $
|
|
#
|
|
|
|
.INCLUDE: ../../const.mk
|
|
|
|
OBJS = fgetln.o mktemp.o perror.o tempnam.o
|
|
|
|
default: $(OBJS)
|
|
|
|
.INCLUDE: ../rules.mk
|