Add "MAIN= main" so that main.root will be created

This commit is contained in:
tribby 1998-04-24 16:24:00 +00:00
parent 61474a874f
commit 731eb90c1e
1 changed files with 4 additions and 1 deletions

View File

@ -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