gno/usr.bin/compile/Makefile
gdr-ftp 307e87bf3e Initial checkin. Items that have changed since the v2.0.4 release:
- basename(argv[0]) is verified to be one of "compile", "cmpl",
	  "assemble", or "asml", or an error is thrown.  The latter
	  two were not in the previous version at all.
	- Use the new GS/OS prefixes (>7)
1998-02-15 00:05:34 +00:00

14 lines
181 B
Makefile
Executable File

#
# $Id: Makefile,v 1.1 1998/02/15 00:05:25 gdr-ftp Exp $
#
PROG = compile
BINDIR = /usr/bin
# CFLAGS += -D__STACK_CHECK__
STACK = 1024
OPTIMIZE= 79
.INCLUDE : /src/gno/prog.mk