#
# Makefile for NewPop under SAS/C v5.10
# Last update: Loren J. Rittle  Sat Apr 20 03:30:38 1991
#

CCFLAGS = data=near strmerge nodebug parms=reg code=near nostkchk ignore=120

NewPop: NewPop.c
	$(CC) $(CCFLAGS) NewPop.c LINK SMALLDATA SMALLCODE

clean:
	rm -f NewPop *.o *.bak
# What! don't have rm?  Be happy and get the 
# ``Loren J. Rittle Amiga(tm)-UNIX(tm) Connection Collection''.
