mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
12 lines
244 B
Makefile
12 lines
244 B
Makefile
#
|
|
# This makefile is intended for use with dmake(1).
|
|
#
|
|
# $Id: Makefile,v 1.1 1997/10/30 03:32:44 gdr Exp $
|
|
|
|
PROG = tee
|
|
|
|
# Use -D__STACK_CHECK__ to measure stack usage (currently requires 1024 bytes).
|
|
CFLAGS +=
|
|
|
|
.INCLUDE: /src/gno/prog.mk
|