mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
307e87bf3e
- 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)
14 lines
181 B
Makefile
Executable File
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
|
|
|