mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 23:29:16 +00:00
Add "MAIN= main" so that main.root will be created
This commit is contained in:
parent
61474a874f
commit
731eb90c1e
@ -1,6 +1,6 @@
|
||||
#
|
||||
# This makefile is intended for use with dmake(1) on Apple IIGS
|
||||
# $Id: Makefile,v 1.2 1998/03/08 17:46:30 gdr-ftp Exp $
|
||||
# $Id: Makefile,v 1.3 1998/04/24 16:24:00 tribby Exp $
|
||||
#
|
||||
# Created by Dave Tribby, October 1997
|
||||
|
||||
@ -11,6 +11,9 @@ STACK *= 1024
|
||||
# Program name
|
||||
PROG= sed
|
||||
|
||||
# Part of program containing main
|
||||
MAIN= main
|
||||
|
||||
# Source files
|
||||
SRCS= main.c compile.c misc.c process.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user