mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
4028b2d317
- use single colon on additional dependancies fmt.rez: - added build date
17 lines
293 B
Makefile
17 lines
293 B
Makefile
#
|
|
# $Id: Makefile,v 1.3 1998/03/08 17:38:21 gdr-ftp Exp $
|
|
#
|
|
|
|
# Program name
|
|
PROG = fmt
|
|
SRCS = fmt.c head.c
|
|
|
|
# Add -D__STACK_CHECK__ to print, on exit, the amount of stack used
|
|
CFLAGS += -DBUILD_FMT -DNO_LOCALE
|
|
STACK = 1536
|
|
BINDIR = /usr/bin
|
|
|
|
.INCLUDE: /src/gno/prog.mk
|
|
|
|
head.o: def.h extern.h
|