mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
12 lines
160 B
Makefile
12 lines
160 B
Makefile
#
|
|
# $Id: Makefile,v 1.1 1997/02/28 05:12:49 gdr Exp $
|
|
#
|
|
|
|
.INCLUDE: ../../const.mk
|
|
|
|
OBJS = mktemp.o perror.o tempnam.o
|
|
|
|
default: $(OBJS)
|
|
|
|
.INCLUDE: ../rules.mk
|